get rid of LTTTypes.h
[lttv.git] / ltt / branches / poly / include / ltt / ltt.h
index a5f3fee076c84496fd4a783b38a0b6ac45876a93..9e14dece46b4c1145ac5108b604daebfa30ce2e9 100644 (file)
@@ -2,7 +2,7 @@
 #define LTT_H
 
 #include <ltt/time.h>
-#include <ltt/LTTTypes.h>
+#include <glib.h>
 
 /* A trace is associated with a tracing session run on a single, possibly
    multi-cpu, system. It is defined as a pathname to a directory containing
@@ -83,7 +83,7 @@ typedef struct _TimeInterval{
 } TimeInterval;
 
 
-typedef uint64_t LttCycleCount;
+typedef guint64 LttCycleCount;
 
 
 /* Event positions are used to seek within a tracefile based on
This page took 0.023794 seconds and 4 git commands to generate.