aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 17:00:40 +0000
committerlloyd <[email protected]>2008-10-01 17:00:40 +0000
commit46a2fa8ebb0dbe105ceb5c3202c6d35818561e4f (patch)
treea0c88046a259224844733ed4f2167eb2b2f6b5ec /src
parent18cd7bc53f62adaef05ec45c17a8b1b05af3dd05 (diff)
Reorg includes
Diffstat (limited to 'src')
-rw-r--r--src/core/libstate/engine.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/libstate/engine.h b/src/core/libstate/engine.h
index 98e480d0e..35d43afc3 100644
--- a/src/core/libstate/engine.h
+++ b/src/core/libstate/engine.h
@@ -11,6 +11,8 @@
#include <botan/pow_mod.h>
#include <botan/basefilt.h>
#include <botan/enums.h>
+#include <utility>
+#include <map>
#if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY)
#include <botan/if_op.h>
@@ -37,9 +39,6 @@
#include <botan/ec_dompar.h>
#endif
-#include <utility>
-#include <map>
-
namespace Botan {
/*************************************************