summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option6_addrlst.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2011-10-10 13:48:27 +0200
committerTomek Mrugalski <tomasz@isc.org>2011-10-14 16:30:06 +0200
commitbfea61834be28bc3c2413afb586971fc04056a41 (patch)
tree73b00e92d159c0cfaec0a1250d1a45cb960f7ba6 /src/lib/dhcp/option6_addrlst.h
parent[1186] Make distcheck fixed. (diff)
downloadkea-bfea61834be28bc3c2413afb586971fc04056a41.tar.xz
kea-bfea61834be28bc3c2413afb586971fc04056a41.zip
Part 1 of 1186 review changes
- include paths fixed - dangling spaces removed - many parameters are now passed by reference - added doxygen comments for all methods in dhcp6_srv.h - src/bin/dhcp6/Makefile.am no longer references Pkt6.{cc|h}
Diffstat (limited to 'src/lib/dhcp/option6_addrlst.h')
-rw-r--r--src/lib/dhcp/option6_addrlst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcp/option6_addrlst.h b/src/lib/dhcp/option6_addrlst.h
index 2dc0f1d446..634ef85898 100644
--- a/src/lib/dhcp/option6_addrlst.h
+++ b/src/lib/dhcp/option6_addrlst.h
@@ -16,8 +16,8 @@
#define OPTION6_ADDRLST_H_
#include <vector>
-#include "io_address.h"
-#include "option.h"
+#include "asiolink/io_address.h"
+#include "dhcp/option.h"
namespace isc {
namespace dhcp {