From cb547cbaaa5aeefa33f44e21ceeeb674bdeab75a Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 21 Jun 2018 14:57:22 +0200 Subject: [PATCH] Remove unused headers in transf_mat_3x4. --- src/transf_mat_3x4.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/transf_mat_3x4.cpp b/src/transf_mat_3x4.cpp index 05d0e9d6df..5ec51718b9 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 #include <2geom/affine.h> #include "svg/stringstream.h" #include "syseq.h" -#include "document.h" -#include "inkscape.h" namespace Proj { -- GitLab