From: cilix42 Date: Mon, 18 Aug 2008 00:41:31 +0000 (+0000) Subject: remove commented includes; #ifdef HAVE_CONFIG_H X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=709b6cab3ec0f7dbed8fa1385fdd006bffee2c69;p=inkscape.git remove commented includes; #ifdef HAVE_CONFIG_H --- 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 -#include -#include -#include -#include - -#include "svg/svg.h" -#include "display/canvas-bpath.h" -#include "display/bezier-utils.h" - -#include -#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);