summaryrefslogtreecommitdiff
path: root/agents/hostmanageragent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agents/hostmanageragent.h')
-rw-r--r--agents/hostmanageragent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/agents/hostmanageragent.h b/agents/hostmanageragent.h
index aa9e148..71eb466 100644
--- a/agents/hostmanageragent.h
+++ b/agents/hostmanageragent.h
@@ -2,9 +2,9 @@
#define HOSTMANAGER_H
#include <QtCore/QObject>
-#include "sappeer.h"
-#include "sapmanager.h"
-#include "sapagent.h"
+#include <sap/sappeer.h>
+#include <sap/sapmanager.h>
+#include <sap/sapagent.h>
class HostManagerAgent : public QObject, public SAPAgent
{