From eb89a74bb3f220bba82de3c7ce3a73df951fab77 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Sat, 8 Mar 2014 22:44:03 -0500 Subject: Remove unused includes to tidy up the code. (bzr r13132) --- src/sp-script.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sp-script.h') 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((SPObject*)obj)) #define SP_IS_SCRIPT(obj) (dynamic_cast((SPObject*)obj) != NULL) -- cgit v1.2.3