module.h inclusion fix
[lttv.git] / ltt / branches / poly / lttv / test / sampledep.c
index 8275982c9b2111d1e1504b238c2d7a6635f48188..805c52837b1ef9af23739b3f404e0ce167d1070c 100644 (file)
@@ -6,7 +6,7 @@
 #include <gmodule.h>
 
 /* Include module.h from lttv headers for module loading */
-#include "../../include/lttv/module.h"
+#include <lttv/module.h>
 
 G_MODULE_EXPORT void init() {
        g_critical("Sample module dependant init()");
This page took 0.02286 seconds and 4 git commands to generate.