summaryrefslogtreecommitdiffstats
path: root/src/resource-manager.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-02 22:44:54 +0000
committerjabiertxof <info@marker.es>2016-10-02 22:44:54 +0000
commit90e142963afd950b2868434075890054aef090b3 (patch)
treeedcaf3d0d85b614e5f327fb58c909ffee5207e26 /src/resource-manager.cpp
parentAdded some widgets from caligraphic tool (diff)
parentAdjust dock size to minimum width during canvas table size allocation signal. (diff)
downloadinkscape-90e142963afd950b2868434075890054aef090b3.tar.gz
inkscape-90e142963afd950b2868434075890054aef090b3.zip
Update to trunk and some fixes
(bzr r14865.1.14)
Diffstat (limited to 'src/resource-manager.cpp')
-rw-r--r--src/resource-manager.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/resource-manager.cpp b/src/resource-manager.cpp
index 09b9364c6..188b7d9c8 100644
--- a/src/resource-manager.cpp
+++ b/src/resource-manager.cpp
@@ -11,10 +11,10 @@
#include <algorithm>
#include <gtkmm/recentmanager.h>
#include <glibmm/i18n.h>
-#include <glibmm/convert.h>
-#include <glibmm/fileutils.h>
#include <glibmm/miscutils.h>
+#include <glibmm/fileutils.h>
#include <glibmm/uriutils.h>
+#include <glibmm/convert.h>
#include "resource-manager.h"
@@ -24,8 +24,6 @@
#include "document-undo.h"
#include "verbs.h"
-#include <set>
-
namespace Inkscape {
static std::vector<std::string> splitPath( std::string const &path )