Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/framework/proxy.c')
-rw-r--r--agent/tcf/framework/proxy.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/agent/tcf/framework/proxy.c b/agent/tcf/framework/proxy.c
index d87502da..ec296385 100644
--- a/agent/tcf/framework/proxy.c
+++ b/agent/tcf/framework/proxy.c
@@ -18,15 +18,15 @@
* This service intended to be used when a client has no direct access to a target.
*/
-#include <config.h>
+#include <tcf/config.h>
#include <assert.h>
#include <string.h>
-#include <framework/proxy.h>
-#include <framework/protocol.h>
-#include <framework/trace.h>
-#include <framework/errors.h>
-#include <framework/exceptions.h>
-#include <framework/myalloc.h>
+#include <tcf/framework/proxy.h>
+#include <tcf/framework/protocol.h>
+#include <tcf/framework/trace.h>
+#include <tcf/framework/errors.h>
+#include <tcf/framework/exceptions.h>
+#include <tcf/framework/myalloc.h>
typedef struct Proxy {
Channel * c;

Back to the top