summaryrefslogtreecommitdiffstats
path: root/src/transf_mat_3x4.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-06-21 18:17:56 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-06-21 18:17:56 +0000
commit651fc347e4ca76f6f196697db561da74401fdca4 (patch)
tree678789bbc2c94b1c2cc6e833a836451e92a95f12 /src/transf_mat_3x4.cpp
parentMerge branch 'move-pixmaps' of gitlab.com:linkmauve/inkscape (diff)
parentRemove unused headers in transf_mat_3x4. (diff)
downloadinkscape-651fc347e4ca76f6f196697db561da74401fdca4.tar.gz
inkscape-651fc347e4ca76f6f196697db561da74401fdca4.zip
Merge branch 'transf_mat_3x4' of gitlab.com:linkmauve/inkscape
Diffstat (limited to 'src/transf_mat_3x4.cpp')
-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 {