summaryrefslogtreecommitdiff
path: root/agents/webproxyagent.cc
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-01-01 22:06:17 +0100
committerJavier <dev.git@javispedro.com>2016-01-01 22:06:17 +0100
commit5d82870a04d70ee6e3f075cd4e8a9b6f416e84bb (patch)
tree62892f246309bda674bc505281e4b11e5d2c0546 /agents/webproxyagent.cc
parenta45977185a485624095bff1a15024e9199eee676 (diff)
downloadsapd-5d82870a04d70ee6e3f075cd4e8a9b6f416e84bb.tar.gz
sapd-5d82870a04d70ee6e3f075cd4e8a9b6f416e84bb.zip
fix source and header paths
Diffstat (limited to 'agents/webproxyagent.cc')
-rw-r--r--agents/webproxyagent.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/agents/webproxyagent.cc b/agents/webproxyagent.cc
index c9d5580..9a5bfce 100644
--- a/agents/webproxyagent.cc
+++ b/agents/webproxyagent.cc
@@ -1,7 +1,7 @@
-#include "sapsocket.h"
-#include "sapconnectionrequest.h"
-#include "sapserviceinfo.h"
-#include "sapchannelinfo.h"
+#include <sap/sapsocket.h>
+#include <sap/sapconnectionrequest.h>
+#include <sap/sapserviceinfo.h>
+#include <sap/sapchannelinfo.h>
#include "webproxyconn.h"
#include "webproxyagent.h"