X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fscript.h;fp=src%2Fscript.h;h=b421ca7294d7dc0bdffaf25e1c9ed509dbca6cd7;hp=12238fdfc7e6b944efa9419c26f515b110dbcc2d;hb=7a8e4d590a4551516dee5722f520301e4b17ede6;hpb=06c7b792fed77e00e06abba85c84bd589311f315 diff --git a/src/script.h b/src/script.h index 12238fd..b421ca7 100644 --- a/src/script.h +++ b/src/script.h @@ -5,12 +5,12 @@ #ifndef H_BITCOIN_SCRIPT #define H_BITCOIN_SCRIPT +#include "keystore.h" +#include "bignum.h" + #include #include -#include "keystore.h" -#include "bignum.h" -#include "base58.h" typedef std::vector valtype;