From kde-commits Wed Nov 13 22:33:14 2013 From: Albert Astals Cid Date: Wed, 13 Nov 2013 22:33:14 +0000 To: kde-commits Subject: [kdelibs/frameworks] tier3/xmlgui/src: Remove unneeded kstandardaction.h includes Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138438200529070 Git commit e87273d243894117d80fc80567a299564571027e by Albert Astals Cid. Committed on 13/11/2013 at 21:56. Pushed by aacid into branch 'frameworks'. Remove unneeded kstandardaction.h includes Found with diff -ub <( wcgrep -l "kstandardaction\.h" | sort ) <(wcgrep -l 'KStandard= Action::' | sort ) | grep -v CMakeLists.txt | grep ^"-\." M +0 -1 tier3/xmlgui/src/ktoolbarhandler.cpp http://commits.kde.org/kdelibs/e87273d243894117d80fc80567a299564571027e diff --git a/tier3/xmlgui/src/ktoolbarhandler.cpp b/tier3/xmlgui/src/ktoolb= arhandler.cpp index fe9a126..948a77f 100644 --- a/tier3/xmlgui/src/ktoolbarhandler.cpp +++ b/tier3/xmlgui/src/ktoolbarhandler.cpp @@ -25,7 +25,6 @@ #include #include #include -#include = #include "kxmlguiwindow.h" #include "ktoggletoolbaraction.h"