diff options
author | Jack Lloyd <[email protected]> | 2019-08-23 20:08:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-08-23 20:08:55 -0400 |
commit | 0813d4c9d7057a25a3bf0e9e59e19c8aea8fcc47 (patch) | |
tree | 4d10d2bb6d409c971ecfa52f17d099e1e324a058 /src | |
parent | fdca35781c805b01ba658d9fb0fe524f73853315 (diff) |
Remove unused include
Diffstat (limited to 'src')
-rw-r--r-- | src/fuzzer/pow_mod.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fuzzer/pow_mod.cpp b/src/fuzzer/pow_mod.cpp index 0151609fd..28350480c 100644 --- a/src/fuzzer/pow_mod.cpp +++ b/src/fuzzer/pow_mod.cpp @@ -7,7 +7,6 @@ #include "fuzzers.h" #include <botan/numthry.h> #include <botan/reducer.h> -#include <botan/pow_mod.h> namespace { |