diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-03-09 03:44:03 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-03-09 03:44:03 +0000 |
| commit | eb89a74bb3f220bba82de3c7ce3a73df951fab77 (patch) | |
| tree | 88b3f0a936f9bdad764a3e65ab0ec8d14a6f9bb3 /src/display | |
| parent | Fix random crashes when spraying in single path mode. (diff) | |
| download | inkscape-eb89a74bb3f220bba82de3c7ce3a73df951fab77.tar.gz inkscape-eb89a74bb3f220bba82de3c7ce3a73df951fab77.zip | |
Remove unused includes to tidy up the code.
(bzr r13132)
Diffstat (limited to 'src/display')
| -rw-r--r-- | src/display/sp-ctrlquadr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/display/sp-ctrlquadr.h b/src/display/sp-ctrlquadr.h index 9fdfd29b3..1dfb06456 100644 --- a/src/display/sp-ctrlquadr.h +++ b/src/display/sp-ctrlquadr.h @@ -12,9 +12,7 @@ * Released under GNU GPL */ -#include "sp-canvas.h" - - +#include <2geom/geom.h> #define SP_TYPE_CTRLQUADR (sp_ctrlquadr_get_type ()) #define SP_CTRLQUADR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_CTRLQUADR, SPCtrlQuadr)) |
