diff options
Diffstat (limited to 'src/ui/keypair_details/KeyUIDSignDialog.h')
-rw-r--r-- | src/ui/keypair_details/KeyUIDSignDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyUIDSignDialog.h b/src/ui/keypair_details/KeyUIDSignDialog.h index d64ce57c..bfaff6d2 100644 --- a/src/ui/keypair_details/KeyUIDSignDialog.h +++ b/src/ui/keypair_details/KeyUIDSignDialog.h @@ -29,8 +29,8 @@ #include "core/GpgContext.h" #include "ui/GpgFrontendUI.h" -#include "ui/widgets/KeyList.h" #include "ui/dialog/GeneralDialog.h" +#include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { |