Fix all header defines
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOIN_TXDB_LEVELDB_H
|
||||
#define BITCOIN_TXDB_LEVELDB_H
|
||||
#ifndef BITCOIN_TXDB_H
|
||||
#define BITCOIN_TXDB_H
|
||||
|
||||
#include "leveldbwrapper.h"
|
||||
#include "main.h"
|
||||
@@ -62,4 +62,4 @@ public:
|
||||
bool LoadBlockIndexGuts();
|
||||
};
|
||||
|
||||
#endif // BITCOIN_TXDB_LEVELDB_H
|
||||
#endif // BITCOIN_TXDB_H
|
||||
|
||||
Reference in New Issue
Block a user