summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:41:31 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:41:31 +0000
commit5ff39777fb5c3bc7c922399fab4183281c0d9072 (patch)
tree723d3ea5282a635cbcb631fc9c58653cd365bca8 /src/lpe-tool-context.cpp
parentAdd option do deactivate knotholder handles for LPEs (useful if they interfer... (diff)
downloadinkscape-5ff39777fb5c3bc7c922399fab4183281c0d9072.tar.gz
inkscape-5ff39777fb5c3bc7c922399fab4183281c0d9072.zip
remove commented includes; #ifdef HAVE_CONFIG_H
(bzr r6668)
Diffstat (limited to 'src/lpe-tool-context.cpp')
-rw-r--r--src/lpe-tool-context.cpp40
1 files changed, 2 insertions, 38 deletions
diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp
index 700e822ea..59e4de658 100644
--- a/src/lpe-tool-context.cpp
+++ b/src/lpe-tool-context.cpp
@@ -13,7 +13,9 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#include "forward.h"
#include "pixmaps/cursor-node.xpm"
@@ -26,44 +28,6 @@
#include "selection.h"
#include "desktop-handles.h"
-/**
-
-#include <gdk/gdkkeysyms.h>
-#include <glibmm/i18n.h>
-#include <string>
-#include <cstring>
-#include <numeric>
-
-#include "svg/svg.h"
-#include "display/canvas-bpath.h"
-#include "display/bezier-utils.h"
-
-#include <glib/gmem.h>
-#include "macros.h"
-#include "document.h"
-#include "selection.h"
-#include "desktop-events.h"
-#include "desktop-handles.h"
-#include "desktop-affine.h"
-#include "desktop-style.h"
-#include "xml/repr.h"
-#include "context-fns.h"
-#include "sp-item.h"
-#include "inkscape.h"
-#include "color.h"
-#include "rubberband.h"
-#include "splivarot.h"
-#include "sp-item-group.h"
-#include "sp-shape.h"
-#include "sp-path.h"
-#include "sp-text.h"
-#include "display/canvas-bpath.h"
-#include "display/canvas-arena.h"
-#include "livarot/Shape.h"
-#include <2geom/isnan.h>
-#include <2geom/pathvector.h>
-**/
-
#include "lpe-tool-context.h"
static void sp_lpetool_context_class_init(SPLPEToolContextClass *klass);