From: compudj Date: Thu, 29 Jan 2004 02:13:41 +0000 (+0000) Subject: module name change oops X-Git-Tag: v0.12.20~3051 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=a117e3f7f0b05f343f65e0690722fa760b77d215;p=lttv.git module name change oops git-svn-id: http://ltt.polymtl.ca/svn@438 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c index 2905f6bd..a1ae64b4 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c @@ -25,11 +25,11 @@ #include -#include "Event_Hooks.h" -#include "CFV.h" -#include "Process_List.h" -#include "Drawing.h" -#include "CFV-private.h" +#include "eventhooks.h" +#include "cfv.h" +#include "processlist.h" +#include "drawing.h" +#include "cfv-private.h" #define MAX_PATH_LEN 256