diff options
author | Jack Lloyd <[email protected]> | 2015-12-11 09:42:48 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-11 09:42:48 -0500 |
commit | 272e72d2dcb3e4b3e717946383dc67dba860c473 (patch) | |
tree | 1ea43bffd5df06218c7bc7774a075d41794ed1ab /src/cli | |
parent | 6b9a3a534071ef84c121c406559f8fc7ad546104 (diff) |
Missing adds
Diffstat (limited to 'src/cli')
-rw-r--r-- | src/cli/fpe.cpp | 1 | ||||
-rw-r--r-- | src/cli/getopt.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cli/fpe.cpp b/src/cli/fpe.cpp index 97ca34b24..10b3096bf 100644 --- a/src/cli/fpe.cpp +++ b/src/cli/fpe.cpp @@ -10,7 +10,6 @@ #include <botan/fpe_fe1.h> #include <botan/sha160.h> -#include <stdexcept> using namespace Botan; diff --git a/src/cli/getopt.h b/src/cli/getopt.h index f683159d0..21a12b1dc 100644 --- a/src/cli/getopt.h +++ b/src/cli/getopt.h @@ -9,7 +9,6 @@ #include <string> #include <vector> -#include <stdexcept> #include <map> #include <botan/parsing.h> |