]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3208] Removed define 1 in include guards
authorFrancis Dupont <fdupont@isc.org>
Sun, 10 Mar 2024 19:23:15 +0000 (20:23 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 10 Mar 2024 19:23:15 +0000 (20:23 +0100)
src/lib/dns/char_string.h
src/lib/dns/rrparamregistry.h
src/lib/dns/serial.h
src/lib/dns/tests/unittest_util.h
src/lib/dns/txt_like.h

index adfcab1db496e6d28c6fb7d7656baf61c80ce9be..a908ed79b15461f44985af60b616c605207f8efe 100644 (file)
@@ -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>
 
index 0b5286ed5fce8163be2f6ba202c535192b07f1bc..9d0eea08e870afd713a5bf9f41e79caa5d483084 100644 (file)
@@ -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>
 
index 7c7e3381b0a46f265ba19dbb11cc06d5a342bfb3..ed6cdce512d2b10e59716841de4907c11be4f461 100644 (file)
@@ -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>
index a271ae07dd1473dc9545cd7e395f55e4808e597d..e9d32c50eac411447757373f8e2f7cc10b66b506 100644 (file)
@@ -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>
index d0610e333b70318bef33cc41de769699de2ceb3f..eef7a2f032df232a9552b65c40cf1e4f44e448f6 100644 (file)
@@ -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>