change back the glib include
[lttv.git] / ltt / branches / poly / lttv / plugins / examples / samplemodule2.c
index b01eee9c40a3dbcac17b0225b805f5aa9b29508b..3d7bb1c00ccc546040181cefbdb297f8b100f310 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
 
 G_MODULE_EXPORT void init() {
        g_critical("Sample module 2 init()");
This page took 0.022274 seconds and 4 git commands to generate.