diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-01 00:58:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-01 23:59:35 +0200 |
commit | 45d8abb15061ffb6a5c2f4b9ec643234eccc452a (patch) | |
tree | a0a3903419630c41702507c51724860dd38f3659 /src/webpage.cpp | |
parent | Merge branch 'review/master' (diff) | |
download | rekonq-45d8abb15061ffb6a5c2f4b9ec643234eccc452a.tar.xz |
Removed unuseful download classes
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index cfbc32cf..193f2a82 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -32,7 +32,6 @@ #include "mainview.h" #include "cookiejar.h" #include "networkaccessmanager.h" -#include "download.h" #include "history.h" #include "webview.h" |