Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/framework/context.h')
-rw-r--r--agent/tcf/framework/context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/agent/tcf/framework/context.h b/agent/tcf/framework/context.h
index ef7341a3..20c07ce9 100644
--- a/agent/tcf/framework/context.h
+++ b/agent/tcf/framework/context.h
@@ -20,10 +20,10 @@
#ifndef D_context
#define D_context
-#include <config.h>
-#include <framework/cpudefs.h>
-#include <framework/errors.h>
-#include <framework/link.h>
+#include <tcf/config.h>
+#include <tcf/framework/cpudefs.h>
+#include <tcf/framework/errors.h>
+#include <tcf/framework/link.h>
extern LINK context_root;

Back to the top