summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemlinkhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-17 00:36:15 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-17 00:36:15 +0300
commit093e392dd84c920d26bca17d48ac6611393d087c (patch)
tree776845e14448e748f25dcfc92749ed1599b0ce31 /src/gui/widgets/itemlinkhandler.cpp
parentb30df9b843eae2128431320308510f13296e3e7f (diff)
downloadplus-093e392dd84c920d26bca17d48ac6611393d087c.tar.gz
plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.bz2
plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.xz
plus-093e392dd84c920d26bca17d48ac6611393d087c.zip
Fix code style.
Diffstat (limited to 'src/gui/widgets/itemlinkhandler.cpp')
-rw-r--r--src/gui/widgets/itemlinkhandler.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/widgets/itemlinkhandler.cpp b/src/gui/widgets/itemlinkhandler.cpp
index 45cb25463..00f310c51 100644
--- a/src/gui/widgets/itemlinkhandler.cpp
+++ b/src/gui/widgets/itemlinkhandler.cpp
@@ -20,20 +20,20 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sstream>
-#include <string>
+#include "gui/widgets/itemlinkhandler.h"
#include "item.h"
#include "gui/itempopup.h"
#include "gui/viewport.h"
-#include "gui/widgets/itemlinkhandler.h"
-
#include "utils/process.h"
#include "resources/itemdb.h"
+#include <sstream>
+#include <string>
+
#include "debug.h"
ItemLinkHandler::ItemLinkHandler() :