diff options
author | Stephen Morris <stephen@isc.org> | 2012-11-16 15:15:45 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2012-11-16 15:15:45 +0100 |
commit | 3ba0299ad2b5151e9c822977ec0d1b4df00dbf52 (patch) | |
tree | 6519850049482a250856875787ce2900ce6078ac /src/bin/dhcp6/dhcp6_log.h | |
parent | [2475] Split dhcp files into dhcp and dhcpsrv directories (diff) | |
download | kea-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.h | 4 |
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 { |