summaryrefslogtreecommitdiffstats
path: root/src/core/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channel.h')
-rw-r--r--src/core/channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/channel.h b/src/core/channel.h
index 75e84ac..b0e90ae 100644
--- a/src/core/channel.h
+++ b/src/core/channel.h
@@ -18,8 +18,8 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/log.h"
-#include "core/receiver.h"
+#include <dnsjit/core/log.h>
+#include <dnsjit/core/receiver.h>
#ifndef __dnsjit_core_channel_h
#define __dnsjit_core_channel_h
@@ -36,6 +36,6 @@
#include <ck_pr.h>
#include <stdbool.h>
-#include "core/channel.hh"
+#include <dnsjit/core/channel.hh>
#endif