Browse Source

[2443] Minor changes during the course of the review

Stephen Morris 11 years ago
parent
commit
84de42ee09
2 changed files with 5 additions and 3 deletions
  1. 2 2
      src/lib/dns/labelsequence.cc
  2. 3 1
      src/lib/dns/tests/labelsequence_unittest.cc

+ 2 - 2
src/lib/dns/labelsequence.cc

@@ -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>

+ 3 - 1
src/lib/dns/tests/labelsequence_unittest.cc

@@ -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>