liblttvtraceread: try to fix #include mess
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2008 15:15:23 +0000 (15:15 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2008 15:15:23 +0000 (15:15 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2925 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/event.c
ltt/branches/poly/ltt/event.h
ltt/branches/poly/ltt/ltt-private.h
ltt/branches/poly/ltt/trace.h

index bce0b8d82e580c68d7ac2774d8673c4ba328474f..42a623181b1f7d8c47071274dc520fd95ef90600 100644 (file)
@@ -27,6 +27,8 @@
 #include <ltt/event.h>
 #include <ltt/ltt-types.h>
 #include <ltt/ltt-private.h>
+#include <ltt/marker.h>
+#include <ltt/marker-field.h>
 
 /*****************************************************************************
  *Function name
index 697b400ea4c5a08e1e7a8d2761010bb34870b3fa..2574a271b04f653de53e63c92fb97ea8abc7cc89 100644 (file)
@@ -7,7 +7,8 @@
 #include <endian.h>
 #include <ltt/ltt.h>
 #include <ltt/time.h>
-#include <ltt/marker.h>
+
+struct marker_field;
 
 /*
  * Structure LttEvent and LttEventPosition must begin with the _exact_ same
index fd64eed6b842d2164fd373f1a94fcb42394384cf..b26d078ef16a46834c9798c9da32528ece117723 100644 (file)
@@ -25,8 +25,6 @@
 #include <ltt/ltt.h>
 #include <endian.h>
 #include <ltt/event.h>
-#include <ltt/marker.h>
-#include <ltt/trace.h>
 
 #ifndef max
 #define max(a,b) ((a)>(b)?(a):(b))
index 20ba498c5850c533b242f2dfc4ad65dbb4d69162..e87032dfaf86406575e438f7918b4868fc5e4422 100644 (file)
@@ -21,6 +21,7 @@
 #define TRACE_H
 
 #include <ltt/ltt.h>
+#include <ltt/ltt-private.h>
 #include <stdint.h>
 #include <glib.h>
 
This page took 0.024986 seconds and 4 git commands to generate.