mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
trivial: revert dashification of header guards
This commit is contained in:
parent
887b4324d3
commit
fc18536053
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user