diff options
author | saturneric <[email protected]> | 2023-10-23 10:27:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-23 10:27:25 +0000 |
commit | 8fdeb3af49999f29e017b7f7a70bd36f020ba721 (patch) | |
tree | db90267c3c88d488570a8e359bd511b64c5686d8 /src/ui/GpgFrontendUI.h | |
parent | feat: improve project structure and add GRT for modules (diff) | |
download | GpgFrontend-8fdeb3af49999f29e017b7f7a70bd36f020ba721.tar.gz GpgFrontend-8fdeb3af49999f29e017b7f7a70bd36f020ba721.zip |
perf: reduce header includes and improve build speed
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 3d3d74bb..fbc59a00 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -37,13 +37,5 @@ * Project internal dependencies */ #include "GpgFrontend.h" -#include "core/GpgFrontendCore.h" #include "core/GpgModel.h" -#include "core/thread/ThreadingModel.h" #include "ui/GpgFrontendUIExport.h" - -/** - * 3rd party dependencies - */ - -#include <qt-aes/qaesencryption.h> |