]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2443] Minor changes during the course of the review
authorStephen Morris <stephen@isc.org>
Tue, 28 Jan 2014 11:34:44 +0000 (11:34 +0000)
committerStephen Morris <stephen@isc.org>
Tue, 28 Jan 2014 11:34:44 +0000 (11:34 +0000)
src/lib/dns/labelsequence.cc
src/lib/dns/tests/labelsequence_unittest.cc

index eb865b059ce463c13f8d96514c2ff3d4a81638f2..91af63372dc93ffa9937b78b1a8d913462b44ccf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 
 #include <dns/labelsequence.h>
 #include <dns/name_internal.h>
index 191958194c20bf8a93bd5da57fbbaa1d6a7173c8..c211a4b89714682ba2e6c9f4507502bb32eb0be9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <util/buffer.h>
 
 #include <dns/labelsequence.h>