diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-08-03 13:29:38 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-08-03 13:29:38 +0000 |
| commit | 35830f456cadaecf8b8e3944e3031a1a93f6cb41 (patch) | |
| tree | ba17916532d0a53b6fe89279d02310539a174a34 /src/resource-manager.cpp | |
| parent | * [INTL:zh_TW] Traditional Chinese translation update (fix) (diff) | |
| download | inkscape-35830f456cadaecf8b8e3944e3031a1a93f6cb41.tar.gz inkscape-35830f456cadaecf8b8e3944e3031a1a93f6cb41.zip | |
Removed unused includes, decreased compilation time. Once again
(bzr r15034)
Diffstat (limited to 'src/resource-manager.cpp')
| -rw-r--r-- | src/resource-manager.cpp | 6 |
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 ) |
