trivial: revert dashification of header guards

This commit is contained in:
Kittywhiskers Van Gogh 2022-08-08 20:23:26 +05:30
parent 887b4324d3
commit fc18536053
2 changed files with 6 additions and 6 deletions

View File

@ -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 <config/bitcoin-config.h>
@ -115,4 +115,4 @@ private:
int GuiMain(int argc, char* argv[]);
#endif // BITCOIN_QT_DASH_H
#endif // BITCOIN_QT_BITCOIN_H

View File

@ -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 <stdint.h>
@ -74,4 +74,4 @@ EXPORT_SYMBOL unsigned int dashconsensus_version();
#undef EXPORT_SYMBOL
#endif // BITCOIN_SCRIPT_DASHCONSENSUS_H
#endif // BITCOIN_SCRIPT_BITCOINCONSENSUS_H