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/sp-script.h | |
| 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/sp-script.h')
| -rw-r--r-- | src/sp-script.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-script.h b/src/sp-script.h index 95b56e79c..36072a0ca 100644 --- a/src/sp-script.h +++ b/src/sp-script.h @@ -12,7 +12,8 @@ * Released under GNU GPL version 2 or later, read the file 'COPYING' for more information */ -#include "sp-item.h" +#include "sp-object.h" +#include "document.h" #define SP_SCRIPT(obj) (dynamic_cast<SPScript*>((SPObject*)obj)) #define SP_IS_SCRIPT(obj) (dynamic_cast<const SPScript*>((SPObject*)obj) != NULL) |
