summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-03-19 12:40:53 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-03-19 12:40:53 +0000
commit6e9b4508047fc241e94aa7d8f0d7a428b48cc13e (patch)
tree4f1fa7cc066986b14ea74c84df74dc8af26963cf /src
parentMake grouped 3D boxes work correctly when transformed (fixes: LP 188991) (diff)
downloadinkscape-6e9b4508047fc241e94aa7d8f0d7a428b48cc13e.tar.gz
inkscape-6e9b4508047fc241e94aa7d8f0d7a428b48cc13e.zip
noop: remove superfluous #include
(bzr r5123)
Diffstat (limited to 'src')
-rw-r--r--src/vanishing-point.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vanishing-point.h b/src/vanishing-point.h
index 1708fa519..aef5f6f5c 100644
--- a/src/vanishing-point.h
+++ b/src/vanishing-point.h
@@ -22,8 +22,6 @@
#include "box3d.h"
#include "persp3d-reference.h"
-#include "line-geometry.h" // TODO: Remove this include as soon as we don't need create_canvas_(point|line) any more.
-
class SPBox3D;
namespace Box3D {