diff options
Diffstat (limited to 'src/test/GpgFrontendTest.h')
-rw-r--r-- | src/test/GpgFrontendTest.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/test/GpgFrontendTest.h b/src/test/GpgFrontendTest.h index 16534656..fa9e4da1 100644 --- a/src/test/GpgFrontendTest.h +++ b/src/test/GpgFrontendTest.h @@ -28,12 +28,6 @@ #pragma once -// project base header -#include "GpgFrontend.h" - -// symbol exports header -#include "test/GpgFrontendTestExport.h" - // private declare area of test #ifdef GF_TEST_PRIVATE @@ -71,6 +65,6 @@ struct GpgFrontendContext { char **argv; }; -auto GPGFRONTEND_TEST_EXPORT ExecuteAllTestCase(GpgFrontendContext args) -> int; +auto GF_TEST_EXPORT ExecuteAllTestCase(GpgFrontendContext args) -> int; } // namespace GpgFrontend::Test |