aboutsummaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-11-04 05:40:29 -0800
committerPieter Wuille <[email protected]>2014-11-04 05:51:17 -0800
commitbe32b5212b6ab4460080ec5ff55e2bf882259e5e (patch)
tree9247f84b6fec039f5dd59c9b3763deb152951b13 /src/script
parentMerge pull request #5191 (diff)
parentminor code style cleanup after recent merges (diff)
downloaddiscoin-be32b5212b6ab4460080ec5ff55e2bf882259e5e.tar.xz
discoin-be32b5212b6ab4460080ec5ff55e2bf882259e5e.zip
Merge pull request #5205
b4347f6 minor code style cleanup after recent merges (Philip Kaufmann)
Diffstat (limited to 'src/script')
-rw-r--r--src/script/standard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/standard.h b/src/script/standard.h
index faa774760..55a27881a 100644
--- a/src/script/standard.h
+++ b/src/script/standard.h
@@ -6,15 +6,15 @@
#ifndef BITCOIN_SCRIPT_STANDARD_H
#define BITCOIN_SCRIPT_STANDARD_H
-#include "uint256.h"
#include "script/interpreter.h"
+#include "uint256.h"
#include <boost/variant.hpp>
#include <stdint.h>
-class CScript;
class CKeyID;
+class CScript;
/** A reference to a CScript: the Hash160 of its serialization (see script.h) */
class CScriptID : public uint160