summaryrefslogtreecommitdiffstats
path: root/src/resource-manager.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 10:06:06 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 10:06:06 +0000
commitf35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1 (patch)
tree236cb1804e25c3962677d974324095a2195d34df /src/resource-manager.cpp
parentCMake on Windows produces same output as btool. (diff)
downloadinkscape-f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1.tar.gz
inkscape-f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1.zip
Removed unused includes, decrease compilation time
(bzr r15025)
Diffstat (limited to 'src/resource-manager.cpp')
-rw-r--r--src/resource-manager.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/resource-manager.cpp b/src/resource-manager.cpp
index 09b9364c6..f960d9a24 100644
--- a/src/resource-manager.cpp
+++ b/src/resource-manager.cpp
@@ -8,13 +8,10 @@
#include <string>
#include <vector>
+#include <set>
#include <algorithm>
#include <gtkmm/recentmanager.h>
#include <glibmm/i18n.h>
-#include <glibmm/convert.h>
-#include <glibmm/fileutils.h>
-#include <glibmm/miscutils.h>
-#include <glibmm/uriutils.h>
#include "resource-manager.h"
@@ -24,8 +21,6 @@
#include "document-undo.h"
#include "verbs.h"
-#include <set>
-
namespace Inkscape {
static std::vector<std::string> splitPath( std::string const &path )