summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-21 12:57:22 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-21 12:57:22 +0000
commitcb547cbaaa5aeefa33f44e21ceeeb674bdeab75a (patch)
treef9dc455f5557cd6cbb20b472d9a71c911f6b1957
parentMerge branch 'select-page' of gitlab.com:bobqwatson/inkscape (diff)
downloadinkscape-cb547cbaaa5aeefa33f44e21ceeeb674bdeab75a.tar.gz
inkscape-cb547cbaaa5aeefa33f44e21ceeeb674bdeab75a.zip
Remove unused headers in transf_mat_3x4.
-rw-r--r--src/transf_mat_3x4.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transf_mat_3x4.cpp b/src/transf_mat_3x4.cpp
index 05d0e9d6d..5ec51718b 100644
--- a/src/transf_mat_3x4.cpp
+++ b/src/transf_mat_3x4.cpp
@@ -1,5 +1,3 @@
-#define SEEN_TRANSF_MAT_3x4_C
-
/*
* 3x4 transformation matrix to map points from projective 3-space into the projective plane
*
@@ -12,12 +10,9 @@
*/
#include "transf_mat_3x4.h"
-#include <gtk/gtk.h>
#include <2geom/affine.h>
#include "svg/stringstream.h"
#include "syseq.h"
-#include "document.h"
-#include "inkscape.h"
namespace Proj {