aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-19 17:21:28 +0000
committerlloyd <[email protected]>2007-10-19 17:21:28 +0000
commit4c6fa9a9040a68150531da9327b7f40857ffa057 (patch)
tree68829ebc54ff276f464cf4696b496fc9ebdb4a1b /src/pubkey.cpp
parentd527b430d6f82fef220ff0461e196183ce343fc9 (diff)
bit_ops.h no longer includes loadstor.h
Where loadstor.h was needed but only implicitly included via bit_ops.h, include it directly Add endian reversal functions to bit_ops.h Remove some unneeded includes in big_ops2.cpp and a few other files.
Diffstat (limited to 'src/pubkey.cpp')
-rw-r--r--src/pubkey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey.cpp b/src/pubkey.cpp
index cf9cb927c..dae6ee936 100644
--- a/src/pubkey.cpp
+++ b/src/pubkey.cpp
@@ -4,12 +4,12 @@
*************************************************/
#include <botan/pubkey.h>
+#include <botan/lookup.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/bigint.h>
#include <botan/parsing.h>
#include <botan/bit_ops.h>
-#include <botan/lookup.h>
#include <memory>
namespace Botan {