diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-03-27 13:19:49 +0100 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-05-14 01:02:01 -0400 |
commit | 5207f33f45ec477a46e742434579805b0b7391b8 (patch) | |
tree | b95be4cc8b07f84b3fdd57afc5a57aa0405eb7e8 /src/serialize.h | |
parent | 59b149ff829a0c7e5f18e908a3734a5a447e7007 (diff) |
fix header include groups
Diffstat (limited to 'src/serialize.h')
-rw-r--r-- | src/serialize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialize.h b/src/serialize.h index 741f78f8b4..53d8af142f 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -6,6 +6,8 @@ #ifndef BITCOIN_SERIALIZE_H #define BITCOIN_SERIALIZE_H +#include "compat/endian.h" + #include <algorithm> #include <assert.h> #include <ios> @@ -18,8 +20,6 @@ #include <utility> #include <vector> -#include "compat/endian.h" - class CScript; static const unsigned int MAX_SIZE = 0x02000000; |