diff options
Diffstat (limited to 'src/object/sp-marker.cpp')
| -rw-r--r-- | src/object/sp-marker.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/object/sp-marker.cpp b/src/object/sp-marker.cpp index e5ddb91b5..08cda0a5a 100644 --- a/src/object/sp-marker.cpp +++ b/src/object/sp-marker.cpp @@ -17,18 +17,18 @@ #include <cstring> #include <string> -#include <2geom/affine.h> -#include <2geom/transforms.h> -#include "svg/svg.h" -#include "display/drawing-group.h" -#include "xml/repr.h" #include "attributes.h" -#include "document.h" +#include "display/drawing-group.h" #include "document-private.h" +#include "document.h" #include "preferences.h" +#include "svg/svg.h" +#include "xml/repr.h" +#include <2geom/affine.h> +#include <2geom/transforms.h> -#include "sp-marker.h" #include "sp-defs.h" +#include "sp-marker.h" class SPMarkerView { |
