summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-14 17:44:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-14 17:44:37 +0300
commit9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4 (patch)
tree6c40f5f489177f7a4e18b2f23b23cf70bd5f62a6 /src/utils
parent9b05ab35e04fa37725f8c757e76e7d1e2ad0a3f3 (diff)
downloadplus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.gz
plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.bz2
plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.xz
plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.zip
Remove some useless includes.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/chatutils_unittest.cc2
-rw-r--r--src/utils/files.cpp1
-rw-r--r--src/utils/sdl2helper.cpp1
-rw-r--r--src/utils/xml/libxml.h2
4 files changed, 0 insertions, 6 deletions
diff --git a/src/utils/chatutils_unittest.cc b/src/utils/chatutils_unittest.cc
index cf19de80d..af4cb388a 100644
--- a/src/utils/chatutils_unittest.cc
+++ b/src/utils/chatutils_unittest.cc
@@ -37,8 +37,6 @@
#include "resources/resourcemanager/resourcemanager.h"
-#include <SDL.h>
-
#include "debug.h"
TEST_CASE("chatutils replaceVars")
diff --git a/src/utils/files.cpp b/src/utils/files.cpp
index f5bd8c557..463031493 100644
--- a/src/utils/files.cpp
+++ b/src/utils/files.cpp
@@ -35,7 +35,6 @@
#include <algorithm>
#include <dirent.h>
-#include <fstream>
#include <sstream>
#include "debug.h"
diff --git a/src/utils/sdl2helper.cpp b/src/utils/sdl2helper.cpp
index 6505b70f0..e9db1fb61 100644
--- a/src/utils/sdl2helper.cpp
+++ b/src/utils/sdl2helper.cpp
@@ -27,7 +27,6 @@
#include "utils/stringutils.h"
#include <SDL_syswm.h>
-#include <SDL_video.h>
#include "debug.h"
diff --git a/src/utils/xml/libxml.h b/src/utils/xml/libxml.h
index 1f5233ea0..e808bc3e2 100644
--- a/src/utils/xml/libxml.h
+++ b/src/utils/xml/libxml.h
@@ -32,8 +32,6 @@
#include "utils/xml/libxml.inc"
-#include <libxml/tree.h>
-
#include <string>
#include "localconsts.h"