mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Fix all header defines
This commit is contained in:
@@ -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 H_BITCOIN_COMPRESSOR
|
||||
#define H_BITCOIN_COMPRESSOR
|
||||
#ifndef BITCOIN_COMPRESSOR_H
|
||||
#define BITCOIN_COMPRESSOR_H
|
||||
|
||||
#include "core/transaction.h"
|
||||
#include "script/script.h"
|
||||
@@ -116,4 +116,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif // H_BITCOIN_COMPRESSOR
|
||||
#endif // BITCOIN_COMPRESSOR_H
|
||||
|
||||
Reference in New Issue
Block a user