summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp6/dhcp6_log.h
diff options
context:
space:
mode:
authorStephen Morris <stephen@isc.org>2012-11-16 15:15:45 +0100
committerStephen Morris <stephen@isc.org>2012-11-16 15:15:45 +0100
commit3ba0299ad2b5151e9c822977ec0d1b4df00dbf52 (patch)
tree6519850049482a250856875787ce2900ce6078ac /src/bin/dhcp6/dhcp6_log.h
parent[2475] Split dhcp files into dhcp and dhcpsrv directories (diff)
downloadkea-3ba0299ad2b5151e9c822977ec0d1b4df00dbf52.tar.xz
kea-3ba0299ad2b5151e9c822977ec0d1b4df00dbf52.zip
[2475] Put #include directives in correct order
Also fix some issues from the review.
Diffstat (limited to 'src/bin/dhcp6/dhcp6_log.h')
-rw-r--r--src/bin/dhcp6/dhcp6_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/dhcp6/dhcp6_log.h b/src/bin/dhcp6/dhcp6_log.h
index fb3c3f90bb..23202da6a4 100644
--- a/src/bin/dhcp6/dhcp6_log.h
+++ b/src/bin/dhcp6/dhcp6_log.h
@@ -15,9 +15,9 @@
#ifndef DHCP6_LOG_H
#define DHCP6_LOG_H
-#include <log/macros.h>
-#include <log/logger_support.h>
#include <dhcp6/dhcp6_messages.h>
+#include <log/logger_support.h>
+#include <log/macros.h>
namespace isc {
namespace dhcp {