aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 14:57:53 +0000
committerlloyd <[email protected]>2008-11-11 14:57:53 +0000
commit37672b80907c35ab1b070f22127d3c6dbcb7385f (patch)
tree982a80affb30856aa4c1d7582e44177c7dc48580
parent1a3ab9bf2aba7910e0cfff760635b68589089888 (diff)
Remove needless include of libstate.h from init.h
-rw-r--r--src/libstate/init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstate/init.h b/src/libstate/init.h
index a20a392fe..1339d49a5 100644
--- a/src/libstate/init.h
+++ b/src/libstate/init.h
@@ -6,7 +6,8 @@
#ifndef BOTAN_LIBRARY_INITIALIZER_H__
#define BOTAN_LIBRARY_INITIALIZER_H__
-#include <botan/libstate.h>
+#include <botan/build.h>
+#include <string>
namespace Botan {