summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-03-10 20:23:15 +0100
committerFrancis Dupont <fdupont@isc.org>2024-03-10 20:23:15 +0100
commiteea21add19efac2b405ae8154cbae7f84e299fc4 (patch)
treebcc2207c35bc9347e390f1b8f35deee81a57d89a /src
parent[#3208] Revamped registry UTs (diff)
downloadkea-eea21add19efac2b405ae8154cbae7f84e299fc4.tar.xz
kea-eea21add19efac2b405ae8154cbae7f84e299fc4.zip
[#3208] Removed define 1 in include guards
Diffstat (limited to 'src')
-rw-r--r--src/lib/dns/char_string.h2
-rw-r--r--src/lib/dns/rrparamregistry.h2
-rw-r--r--src/lib/dns/serial.h2
-rw-r--r--src/lib/dns/tests/unittest_util.h2
-rw-r--r--src/lib/dns/txt_like.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/dns/char_string.h b/src/lib/dns/char_string.h
index adfcab1db4..a908ed79b1 100644
--- a/src/lib/dns/char_string.h
+++ b/src/lib/dns/char_string.h
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef DNS_RDATA_CHARSTRING_H
-#define DNS_RDATA_CHARSTRING_H 1
+#define DNS_RDATA_CHARSTRING_H
#include <dns/master_lexer.h>
diff --git a/src/lib/dns/rrparamregistry.h b/src/lib/dns/rrparamregistry.h
index 0b5286ed5f..9d0eea08e8 100644
--- a/src/lib/dns/rrparamregistry.h
+++ b/src/lib/dns/rrparamregistry.h
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef RRPARAMREGISTRY_H
-#define RRPARAMREGISTRY_H 1
+#define RRPARAMREGISTRY_H
#include <string>
diff --git a/src/lib/dns/serial.h b/src/lib/dns/serial.h
index 7c7e3381b0..ed6cdce512 100644
--- a/src/lib/dns/serial.h
+++ b/src/lib/dns/serial.h
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef SERIAL_H
-#define SERIAL_H 1
+#define SERIAL_H
#include <stdint.h>
#include <iostream>
diff --git a/src/lib/dns/tests/unittest_util.h b/src/lib/dns/tests/unittest_util.h
index a271ae07dd..e9d32c50ea 100644
--- a/src/lib/dns/tests/unittest_util.h
+++ b/src/lib/dns/tests/unittest_util.h
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef UNITTEST_UTIL_H
-#define UNITTEST_UTIL_H 1
+#define UNITTEST_UTIL_H
#include <vector>
#include <string>
diff --git a/src/lib/dns/txt_like.h b/src/lib/dns/txt_like.h
index d0610e333b..eef7a2f032 100644
--- a/src/lib/dns/txt_like.h
+++ b/src/lib/dns/txt_like.h
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef TXT_LIKE_H
-#define TXT_LIKE_H 1
+#define TXT_LIKE_H
#include <dns/master_lexer.h>
#include <dns/char_string.h>