diff options
Diffstat (limited to 'lang/cpp/tests')
-rw-r--r-- | lang/cpp/tests/run-getkey.cpp | 4 | ||||
-rw-r--r-- | lang/cpp/tests/run-keylist.cpp | 4 | ||||
-rw-r--r-- | lang/cpp/tests/run-verify.cpp | 3 | ||||
-rw-r--r-- | lang/cpp/tests/run-wkdlookup.cpp | 4 |
4 files changed, 0 insertions, 15 deletions
diff --git a/lang/cpp/tests/run-getkey.cpp b/lang/cpp/tests/run-getkey.cpp index c47da0b5..cde77bd2 100644 --- a/lang/cpp/tests/run-getkey.cpp +++ b/lang/cpp/tests/run-getkey.cpp @@ -29,10 +29,6 @@ your version. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - #include "context.h" #include "key.h" diff --git a/lang/cpp/tests/run-keylist.cpp b/lang/cpp/tests/run-keylist.cpp index b46a815a..788dba67 100644 --- a/lang/cpp/tests/run-keylist.cpp +++ b/lang/cpp/tests/run-keylist.cpp @@ -29,10 +29,6 @@ your version. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - #include "context.h" #include "key.h" #include "keylistresult.h" diff --git a/lang/cpp/tests/run-verify.cpp b/lang/cpp/tests/run-verify.cpp index 50131fb8..c6462b91 100644 --- a/lang/cpp/tests/run-verify.cpp +++ b/lang/cpp/tests/run-verify.cpp @@ -28,9 +28,6 @@ you do not wish to do so, delete this exception statement from your version. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif #include "context.h" #include "key.h" diff --git a/lang/cpp/tests/run-wkdlookup.cpp b/lang/cpp/tests/run-wkdlookup.cpp index 4a3966b0..2ca702e4 100644 --- a/lang/cpp/tests/run-wkdlookup.cpp +++ b/lang/cpp/tests/run-wkdlookup.cpp @@ -21,10 +21,6 @@ Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - #include "context.h" #include "data.h" #include "defaultassuantransaction.h" |