summaryrefslogtreecommitdiff
path: root/agents/hostmanageragent.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/hostmanageragent.cc
parenta45977185a485624095bff1a15024e9199eee676 (diff)
downloadsapd-5d82870a04d70ee6e3f075cd4e8a9b6f416e84bb.tar.gz
sapd-5d82870a04d70ee6e3f075cd4e8a9b6f416e84bb.zip
fix source and header paths
Diffstat (limited to 'agents/hostmanageragent.cc')
-rw-r--r--agents/hostmanageragent.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/agents/hostmanageragent.cc b/agents/hostmanageragent.cc
index 3cc67c2..d6241d7 100644
--- a/agents/hostmanageragent.cc
+++ b/agents/hostmanageragent.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 "hostmanagerconn.h"
#include "hostmanageragent.h"