aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-23 17:47:31 +0000
committerlloyd <[email protected]>2015-01-23 17:47:31 +0000
commit848314e16daed06e6e519dbf8c40edf9c85a51bf (patch)
treea7d246972486ae5f49090689090af7d351110ec6 /src/cmd
parentb6cc9a4084caf6d9d4b955fadc321f6521f2b36e (diff)
Centralize where string.h/cstring is included to mem_ops.h
See github 42 for background
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/base64.cpp1
-rw-r--r--src/cmd/main.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/base64.cpp b/src/cmd/base64.cpp
index 9a841ba2c..b0e39132f 100644
--- a/src/cmd/base64.cpp
+++ b/src/cmd/base64.cpp
@@ -10,7 +10,6 @@
#include <iostream>
#include <string>
#include <vector>
-#include <cstring>
#include <cstdlib>
#include <botan/b64_filt.h>
#include <botan/pipe.h>
diff --git a/src/cmd/main.cpp b/src/cmd/main.cpp
index e605c814c..21a9ba78b 100644
--- a/src/cmd/main.cpp
+++ b/src/cmd/main.cpp
@@ -9,7 +9,6 @@
#include <iostream>
#include <cstdlib>
-#include <cstring>
#include <exception>
#include <limits>
#include <memory>