From eea21add19efac2b405ae8154cbae7f84e299fc4 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 10 Mar 2024 20:23:15 +0100 Subject: [PATCH] [#3208] Removed define 1 in include guards --- src/lib/dns/char_string.h | 2 +- src/lib/dns/rrparamregistry.h | 2 +- src/lib/dns/serial.h | 2 +- src/lib/dns/tests/unittest_util.h | 2 +- src/lib/dns/txt_like.h | 2 +- 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 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 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 #include 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 #include 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 #include -- 2.47.3