From fb4367f9ef4de42e77c9ecd1baa1705530bc5029 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 8 Jul 2012 10:15:29 +0200 Subject: [PATCH] Remove some unneeded includes. --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 35ff19b1..98de6728 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,14 +16,10 @@ */ #include -#include -#include #include "crypto/Crypto.h" #include "gui/Application.h" #include "gui/MainWindow.h" -#include "keys/CompositeKey.h" -#include "keys/PasswordKey.h" int main(int argc, char** argv) {