diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 20:47:14 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 20:47:14 +0000 |
| commit | c863f1feb02683ba6cccacbe09ea9acbe1b371df (patch) | |
| tree | 24427ecd1e9316081944ac9e28e12e63bc5f1076 /src/display/canvas-axonomgrid.cpp | |
| parent | fix build some more... (diff) | |
| download | inkscape-c863f1feb02683ba6cccacbe09ea9acbe1b371df.tar.gz inkscape-c863f1feb02683ba6cccacbe09ea9acbe1b371df.zip | |
More header cleanup/fwd declarations
(bzr r10986)
Diffstat (limited to 'src/display/canvas-axonomgrid.cpp')
| -rw-r--r-- | src/display/canvas-axonomgrid.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/display/canvas-axonomgrid.cpp b/src/display/canvas-axonomgrid.cpp index ab0592fc6..73f695241 100644 --- a/src/display/canvas-axonomgrid.cpp +++ b/src/display/canvas-axonomgrid.cpp @@ -18,8 +18,8 @@ * THIS FILE AND THE HEADER FILE NEED CLEANING UP. PLEASE DO NOT HESISTATE TO DO SO. */ +#include "ui/widget/registered-widget.h" #include "display/canvas-axonomgrid.h" - #include "2geom/line.h" #include "desktop.h" #include "canvas-grid.h" @@ -34,7 +34,6 @@ #include "sp-namedview.h" #include "sp-object.h" #include "svg/svg-color.h" -#include "ui/widget/registered-widget.h" #include "util/mathfns.h" #include "xml/node-event-vector.h" #include "round.h" |
