summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.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/ui/dialog/text-edit.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/ui/dialog/text-edit.cpp')
-rw-r--r--src/ui/dialog/text-edit.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp
index c01da8864..6ce377419 100644
--- a/src/ui/dialog/text-edit.cpp
+++ b/src/ui/dialog/text-edit.cpp
@@ -22,7 +22,6 @@
#include "text-edit.h"
#include <libnrtype/font-instance.h>
-#include <gtk/gtk.h>
#ifdef WITH_GTKSPELL
extern "C" {
@@ -31,11 +30,8 @@ extern "C" {
#endif
#include <gtkmm/stock.h>
-#include <libnrtype/font-instance.h>
#include <libnrtype/font-lister.h>
-#include <xml/repr.h>
-#include "macros.h"
#include "helper/window.h"
#include "inkscape.h"
#include "document.h"
@@ -43,13 +39,10 @@ extern "C" {
#include "desktop-style.h"
#include "document-undo.h"
-#include "selection.h"
-#include "style.h"
#include "sp-text.h"
#include "sp-flowtext.h"
#include "text-editing.h"
#include "ui/icon-names.h"
-#include "preferences.h"
#include "verbs.h"
#include "ui/interface.h"
#include "svg/css-ostringstream.h"