diff options
author | lloyd <[email protected]> | 2008-11-09 19:49:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 19:49:23 +0000 |
commit | cec305c17354fca9c426d76a78f7088f60607afb (patch) | |
tree | 1bf7b53a76617339d67523d34be34f903ced28fc /src/selftest/selftest.cpp | |
parent | b01c1d79f02de8ca5c02f08e73cedeadc4d0753a (diff) |
Move engine to libstate/ directory, since there is a mutual dependency
(messy).
Remove unused libstate.h includes from a few files.
Diffstat (limited to 'src/selftest/selftest.cpp')
-rw-r--r-- | src/selftest/selftest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp index ad965fb79..b1de6702b 100644 --- a/src/selftest/selftest.cpp +++ b/src/selftest/selftest.cpp @@ -4,7 +4,6 @@ *************************************************/ #include <botan/selftest.h> -#include <botan/libstate.h> #include <botan/lookup.h> namespace Botan { |