From 4311a749ecab72bef935958a32a3caaf60475711 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Fri, 14 Jan 2011 02:44:04 +0530 Subject: Fixes as pointed out by Krazy * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 ) --- src/urlbar/webshortcutwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlbar/webshortcutwidget.cpp') diff --git a/src/urlbar/webshortcutwidget.cpp b/src/urlbar/webshortcutwidget.cpp index c687108a..629e7fb2 100644 --- a/src/urlbar/webshortcutwidget.cpp +++ b/src/urlbar/webshortcutwidget.cpp @@ -18,8 +18,8 @@ * Boston, MA 02110-1301, USA. */ -#include "rekonq_defines.h" #include "webshortcutwidget.h" +#include "rekonq_defines.h" #include #include -- cgit v1.2.1