summaryrefslogtreecommitdiffstats
path: root/src/attribute-sort-util.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-08-03 13:29:38 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-08-03 13:29:38 +0000
commit35830f456cadaecf8b8e3944e3031a1a93f6cb41 (patch)
treeba17916532d0a53b6fe89279d02310539a174a34 /src/attribute-sort-util.cpp
parent* [INTL:zh_TW] Traditional Chinese translation update (fix) (diff)
downloadinkscape-35830f456cadaecf8b8e3944e3031a1a93f6cb41.tar.gz
inkscape-35830f456cadaecf8b8e3944e3031a1a93f6cb41.zip
Removed unused includes, decreased compilation time. Once again
(bzr r15034)
Diffstat (limited to 'src/attribute-sort-util.cpp')
-rw-r--r--src/attribute-sort-util.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/attribute-sort-util.cpp b/src/attribute-sort-util.cpp
index 5c01f7914..7aa8d8357 100644
--- a/src/attribute-sort-util.cpp
+++ b/src/attribute-sort-util.cpp
@@ -11,7 +11,6 @@
#include <fstream>
#include <sstream>
-#include <string>
#include <iostream>
#include <vector>
#include <utility> // std::pair
@@ -21,7 +20,6 @@
#include "xml/repr.h"
#include "xml/attribute-record.h"
-#include "xml/sp-css-attr.h"
#include "attributes.h"