diff options
Diffstat (limited to 'test/GpgCoreTestBasicOpera.cpp')
-rw-r--r-- | test/GpgCoreTestBasicOpera.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/GpgCoreTestBasicOpera.cpp b/test/GpgCoreTestBasicOpera.cpp index 1429a7bf..57339453 100644 --- a/test/GpgCoreTestBasicOpera.cpp +++ b/test/GpgCoreTestBasicOpera.cpp @@ -33,9 +33,9 @@ #include "GpgFrontendTest.h" #include "gpg/GpgConstants.h" -#include "gpg/function/BasicOperator.h" +#include "gpg/function/GpgBasicOperator.h" #include "gpg/function/GpgKeyGetter.h" -#include "gpg/result_analyse/DecryptResultAnalyse.h" +#include "gpg/result_analyse/GpgDecryptResultAnalyse.h" using namespace GpgFrontend; |