]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change a bunch of < > style includes to " " style.
authorJulian Seward <jseward@acm.org>
Wed, 20 Apr 2011 11:54:32 +0000 (11:54 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 20 Apr 2011 11:54:32 +0000 (11:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11704

callgrind/bbcc.c
callgrind/command.c
callgrind/costs.c
callgrind/dump.c
callgrind/main.c
callgrind/threads.c

index de57ad2d65a8c6a27a44bcbdf0d8a89cc609705e..ccc850d1cb959f57f9c9e2fab7de56e7e6d38f6f 100644 (file)
@@ -29,7 +29,7 @@
 #include "global.h"
 #include "costs.h"
 
-#include <pub_tool_threadstate.h>
+#include "pub_tool_threadstate.h"
 
 /*------------------------------------------------------------*/
 /*--- BBCC operations                                      ---*/
index 1c68cd349c1a81e32284562e226906ab972411e8..674fd0fa697663d258c21aee733fd6044ebad391 100644 (file)
@@ -32,7 +32,7 @@
 #include "config.h"
 #include "global.h"
 
-#include <pub_tool_threadstate.h> // VG_N_THREADS
+#include "pub_tool_threadstate.h" // VG_N_THREADS
 
 // Version for the syntax in command/result files for interactive control
 #define COMMAND_VERSION "1.0"
index 2381044c0065ac2f16ce15480952c982051897a4..e989d1127320189e1cccfab81de6ee2224967128 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "global.h"
 
-#include <pub_tool_mallocfree.h>
+#include "pub_tool_mallocfree.h"
 
 #define COSTCHUNK_SIZE 100000
 
index 9bfaaab8046ffb4f9f651388a13f44b5106be681..edac997cab1eb2daf3ab8c268773163e320c4470 100644 (file)
@@ -29,8 +29,8 @@
 #include "config.h"
 #include "global.h"
 
-#include <pub_tool_threadstate.h>
-#include <pub_tool_libcfile.h>
+#include "pub_tool_threadstate.h"
+#include "pub_tool_libcfile.h"
 
 
 /* Dump Part Counter */
index 4223ddf7244035f9e4513e4ce38dcafa44254bd0..a07c453c2fa75d0e5bf4fe7ff2c59553b7f216c5 100644 (file)
@@ -35,7 +35,7 @@
 #include "callgrind.h"
 #include "global.h"
 
-#include <pub_tool_threadstate.h>
+#include "pub_tool_threadstate.h"
 
 #include "cg_branchpred.c"
 
index fb8260bf915c8a74e2ff8520f5678af02b6fd31f..562cc6d1d76fc276f1412e89f55fe78a3ef44a6c 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "global.h"
 
-#include <pub_tool_threadstate.h>
+#include "pub_tool_threadstate.h"
 
 /* forward decls */
 static exec_state* exec_state_save(void);