]> Git Repo - VerusCoin.git/blobdiff - src/wallet_ismine.h
Fix all header defines
[VerusCoin.git] / src / wallet_ismine.h
index 29e13a94a6374b2fe6bb5ecc3463c2946a7ae962..5f0c0c1a012f370909e866c036d66f6f440e38db 100644 (file)
@@ -3,13 +3,14 @@
 // Distributed under the MIT software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#ifndef H_BITCOIN_WALLET_ISMINE
-#define H_BITCOIN_WALLET_ISMINE
+#ifndef BITCOIN_WALLET_ISMINE_H
+#define BITCOIN_WALLET_ISMINE_H
 
 #include "key.h"
-#include "script/script.h"
+#include "script/standard.h"
 
 class CKeyStore;
+class CScript;
 
 /** IsMine() return codes */
 enum isminetype
@@ -25,4 +26,4 @@ typedef uint8_t isminefilter;
 isminetype IsMine(const CKeyStore& keystore, const CScript& scriptPubKey);
 isminetype IsMine(const CKeyStore& keystore, const CTxDestination& dest);
 
-#endif // H_BITCOIN_WALLET_ISMINE
+#endif // BITCOIN_WALLET_ISMINE_H
This page took 0.024773 seconds and 4 git commands to generate.