diff options
author | Johannes Tröscher <fritz_van_tom@hotmail.com> | 2011-11-26 13:37:21 +0100 |
---|---|---|
committer | Johannes Tröscher <fritz_van_tom@hotmail.com> | 2011-11-26 13:37:21 +0100 |
commit | 76a3f28b1e42887ef7c39c10778261216d095109 (patch) | |
tree | baaa1dae5d4f4cc7f39cd11a4e8a4f3dcfb7940a | |
parent | Typo: javascipt --> javascript (diff) | |
download | rekonq-76a3f28b1e42887ef7c39c10778261216d095109.tar.xz |
remove unneeded include in websnap.cpp
REVIEWED-BY: trustMe
-rw-r--r-- | src/websnap.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/websnap.cpp b/src/websnap.cpp index f8b57d70..3344ded8 100644 --- a/src/websnap.cpp +++ b/src/websnap.cpp @@ -30,9 +30,6 @@ #include "websnap.h" #include "websnap.moc" -// Local Includes -#include "newtabpage.h" - // KDE Includes #include <KStandardDirs> |