module.h inclusion fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 15:16:27 +0000 (15:16 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 15:16:27 +0000 (15:16 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@30 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/test/sampledep.c
ltt/branches/poly/lttv/test/samplemodule.c
ltt/branches/poly/lttv/test/samplemodule2.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()");
index 53240aae460d98f60581e15d64a4f1034198ccc1..e64ab2f45bee49f8b7bcda273611df43a68c92d2 100644 (file)
@@ -5,10 +5,6 @@
 #include <glib.h>
 #include <gmodule.h>
 
-#include "../../include/lttv/attribute.h"
-
-extern lttv_attributes *attributes_global;
-
 G_MODULE_EXPORT void init() {
        g_critical("Sample module init()");
 }
index 03fbfe44e30dd3766ef1a255e9d3fb0915dd81a5..3d7bb1c00ccc546040181cefbdb297f8b100f310 100644 (file)
@@ -5,10 +5,6 @@
 #include <glib.h>
 #include <gmodule.h>
 
-#include "../../include/lttv/attribute.h"
-
-extern lttv_attributes *attributes_global;
-
 G_MODULE_EXPORT void init() {
        g_critical("Sample module 2 init()");
 }
This page took 0.025952 seconds and 4 git commands to generate.