change back the glib include
[lttv.git] / ltt / branches / poly / lttv / plugins / examples / samplemodule.c
index 0552a0c479280730043802a91785dbba7a3a6954..e64ab2f45bee49f8b7bcda273611df43a68c92d2 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 init()");
This page took 0.022931 seconds and 4 git commands to generate.