diff options
author | lloyd <[email protected]> | 2010-02-25 05:13:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-25 05:13:12 +0000 |
commit | 3ed1e1f8e9928d7242c233919e1255ffb6b41144 (patch) | |
tree | 46b40085af8277b8aa9e0cd9c13ae0c6e3d16d4d /src/math/gfpmath/gfp_element.cpp | |
parent | 42d9abd0775e67c58e94f0651f19f67bc6bf3e8e (diff) |
Remove include of unused headers
Diffstat (limited to 'src/math/gfpmath/gfp_element.cpp')
-rw-r--r-- | src/math/gfpmath/gfp_element.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/math/gfpmath/gfp_element.cpp b/src/math/gfpmath/gfp_element.cpp index a5074c476..456b09478 100644 --- a/src/math/gfpmath/gfp_element.cpp +++ b/src/math/gfpmath/gfp_element.cpp @@ -9,9 +9,6 @@ #include <botan/gfp_element.h> #include <botan/numthry.h> -#include <botan/internal/def_powm.h> -#include <botan/internal/mp_asm.h> -#include <botan/internal/mp_asmi.h> namespace Botan { |