diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 02:23:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 02:23:55 +0200 |
commit | 603760c9dbabde3bd71073d80da3f13a159e04da (patch) | |
tree | 66da789ab4a3d3f09edb5258b75dd009b7dfbf33 /src/settings.cpp | |
parent | Merge branch 'historyKDE' into develop (diff) | |
download | rekonq-603760c9dbabde3bd71073d80da3f13a159e04da.tar.xz |
Removed unuseful headers
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 51281379..843b3375 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -36,7 +36,6 @@ // Local Includes #include "application.h" #include "mainwindow.h" -#include "history.h" #include "networkaccessmanager.h" #include "webview.h" |