aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/core/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/core/connection.h')
-rw-r--r--hicn-light/src/hicn/core/connection.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hicn-light/src/hicn/core/connection.h b/hicn-light/src/hicn/core/connection.h
index d9ef817d2..186cad5c3 100644
--- a/hicn-light/src/hicn/core/connection.h
+++ b/hicn-light/src/hicn/core/connection.h
@@ -21,11 +21,12 @@
#ifndef HICNLIGHT_CONNECTION_H
#define HICNLIGHT_CONNECTION_H
-#include <hicn/core/address_pair.h>
-#include <hicn/core/listener.h>
-#include <hicn/core/msgbuf.h>
#include <hicn/face.h>
+#include "address_pair.h"
+#include "listener.h"
+#include "msgbuf.h"
+
#ifdef WITH_POLICY
#include <hicn/policy.h>
#endif /* WITH_POLICY */