From a117e3f7f0b05f343f65e0690722fa760b77d215 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 Jan 2004 02:13:41 +0000 Subject: [PATCH] module name change oops git-svn-id: http://ltt.polymtl.ca/svn@438 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/lttv/modules/gui/controlflow/eventhooks.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.34.1