From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/conditions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conditions.h') diff --git a/src/conditions.h b/src/conditions.h index 35a20ae4f..15e9f3d58 100644 --- a/src/conditions.h +++ b/src/conditions.h @@ -1,7 +1,7 @@ #ifndef CONDITIONS_H_ #define CONDITIONS_H_ -#include "sp-item.h" +class SPItem; bool sp_item_evaluate(SPItem const *item); -- cgit v1.2.3