From fc1853605375eecf842a5c10faaed05fffe51fe3 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com> Date: Mon, 8 Aug 2022 20:23:26 +0530 Subject: [PATCH] trivial: revert dashification of header guards --- src/qt/bitcoin.h | 6 +++--- src/script/bitcoinconsensus.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/qt/bitcoin.h b/src/qt/bitcoin.h index 744d218a40..82f1535a47 100644 --- a/src/qt/bitcoin.h +++ b/src/qt/bitcoin.h @@ -2,8 +2,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_QT_DASH_H -#define BITCOIN_QT_DASH_H +#ifndef BITCOIN_QT_BITCOIN_H +#define BITCOIN_QT_BITCOIN_H #if defined(HAVE_CONFIG_H) #include @@ -115,4 +115,4 @@ private: int GuiMain(int argc, char* argv[]); -#endif // BITCOIN_QT_DASH_H +#endif // BITCOIN_QT_BITCOIN_H diff --git a/src/script/bitcoinconsensus.h b/src/script/bitcoinconsensus.h index 03ec0af070..63958ac377 100644 --- a/src/script/bitcoinconsensus.h +++ b/src/script/bitcoinconsensus.h @@ -3,8 +3,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_SCRIPT_DASHCONSENSUS_H -#define BITCOIN_SCRIPT_DASHCONSENSUS_H +#ifndef BITCOIN_SCRIPT_BITCOINCONSENSUS_H +#define BITCOIN_SCRIPT_BITCOINCONSENSUS_H #include @@ -74,4 +74,4 @@ EXPORT_SYMBOL unsigned int dashconsensus_version(); #undef EXPORT_SYMBOL -#endif // BITCOIN_SCRIPT_DASHCONSENSUS_H +#endif // BITCOIN_SCRIPT_BITCOINCONSENSUS_H