diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-10-26 21:19:33 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2012-10-26 21:19:33 +0000 |
| commit | d930f05bae1124acde7d5e7b93a1ae922c702539 (patch) | |
| tree | 06f5d99ec575375844e521f760815b67f9834070 /src | |
| parent | allow 0 degree angles for axonometric grid's x and z axes (diff) | |
| download | inkscape-d930f05bae1124acde7d5e7b93a1ae922c702539.tar.gz inkscape-d930f05bae1124acde7d5e7b93a1ae922c702539.zip | |
include yourself first, then the others
(bzr r11831)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/canvas-axonomgrid.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/display/canvas-axonomgrid.cpp b/src/display/canvas-axonomgrid.cpp index 9e288570f..2df5102de 100644 --- a/src/display/canvas-axonomgrid.cpp +++ b/src/display/canvas-axonomgrid.cpp @@ -2,7 +2,7 @@ * Authors: * Johan Engelen <j.b.c.engelen@alumnus.utwente.nl> * - * Copyright (C) 2006-2011 Authors + * Copyright (C) 2006-2012 Authors * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -18,10 +18,11 @@ * THIS FILE AND THE HEADER FILE NEED CLEANING UP. PLEASE DO NOT HESISTATE TO DO SO. */ +#include "display/canvas-axonomgrid.h" + #include <glibmm/i18n.h> #include "ui/widget/registered-widget.h" -#include "display/canvas-axonomgrid.h" #include "2geom/line.h" #include "desktop.h" #include "canvas-grid.h" |
