Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2011-11-11 01:36:40 +0000
committerEugene Tarassov2011-11-11 01:36:40 +0000
commit846c7264e3daaebb87dc9ab959bbfd2472abfd0e (patch)
tree6e96e22e7acccb509f6c03cbe264f900a72b2eb8 /agent/tcf/services/linenumbers.h
parenta107edc216f94c5ec059fdf74541908bc7e979bb (diff)
downloadorg.eclipse.tcf.agent-846c7264e3daaebb87dc9ab959bbfd2472abfd0e.tar.gz
org.eclipse.tcf.agent-846c7264e3daaebb87dc9ab959bbfd2472abfd0e.tar.xz
org.eclipse.tcf.agent-846c7264e3daaebb87dc9ab959bbfd2472abfd0e.zip
#include directives changed to include "tcf" as the first directory name in header file path.
Diffstat (limited to 'agent/tcf/services/linenumbers.h')
-rw-r--r--agent/tcf/services/linenumbers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/tcf/services/linenumbers.h b/agent/tcf/services/linenumbers.h
index 3e43c970..89f25245 100644
--- a/agent/tcf/services/linenumbers.h
+++ b/agent/tcf/services/linenumbers.h
@@ -22,8 +22,8 @@
#ifndef D_linenumbers
#define D_linenumbers
-#include <framework/protocol.h>
-#include <framework/context.h>
+#include <tcf/framework/protocol.h>
+#include <tcf/framework/context.h>
typedef struct CodeArea {
char * directory;

Back to the top