git-svn-id: http://ltt.polymtl.ca/svn@205 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 27 Aug 2003 15:32:33 +0000 (15:32 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 27 Aug 2003 15:32:33 +0000 (15:32 +0000)
ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c
ltt/branches/poly/lttv/modules/gui/API/menu.h
ltt/branches/poly/lttv/modules/gui/API/toolbar.h

index 019a96b8a51eff1599147e4c0f01b5c03cbc2cdc..3519937878acdb7e456e2ab907e873cc5187a2a0 100644 (file)
@@ -10,7 +10,7 @@
  * 
  */
 
-#include "common.h"
+#include <lttv/common.h>
 #include <ltt/ltt.h>
 #include <lttv/lttv.h>
 #include <lttv/mainWindow.h>   
index 7dbe44f0eb9249d08ef2c6a4afd960cadfc95460..599dff2d93b6de282738716d954d8a2a7ee9e89e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MENU_H
 #define MENU_H
 
-#include "common.h"
+#include <lttv/common.h>
 
 /* constructor of the viewer */
 //typedef GtkWidget* (*lttv_constructor)(void * main_window);
index 0e39107fede27efabf5c1a6e5234e4b47e9a0746..28119adc35057775dbed89bb21aeb371e7138203 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef TOOLBAR_H
 #define TOOLBAR_H
 
-#include "common.h"
+#include <lttv/common.h>
 
 /* constructor of the viewer */
 //typedef GtkWidget* (*lttv_constructor)(void * main_window);
This page took 0.024919 seconds and 4 git commands to generate.