Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/services/diagnostics.h')
-rw-r--r--agent/tcf/services/diagnostics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/tcf/services/diagnostics.h b/agent/tcf/services/diagnostics.h
index 0624b74b..324fb995 100644
--- a/agent/tcf/services/diagnostics.h
+++ b/agent/tcf/services/diagnostics.h
@@ -21,8 +21,8 @@
#ifndef D_diagnostics
#define D_diagnostics
-#include <framework/protocol.h>
-#include <framework/context.h>
+#include <tcf/framework/protocol.h>
+#include <tcf/framework/context.h>
extern int is_test_process(Context * ctx);

Back to the top