From 96f796df64c4c94d067386e1abe44a5ab98ab71a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 17:47:46 -0500 Subject: Fixed sigscript includes (forward declare where possible) --- sigscript/StoreWrapper.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sigscript/StoreWrapper.h') diff --git a/sigscript/StoreWrapper.h b/sigscript/StoreWrapper.h index eeb312b4..f0683d4b 100644 --- a/sigscript/StoreWrapper.h +++ b/sigscript/StoreWrapper.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,12 +21,14 @@ // Sigscript includes #include "ObjectWrapper.h" -// Sigmod includes -#include "../sigmod/Store.h" +// Forward declarations +namespace Sigmod +{ +class Store; +} namespace Sigscript { -// Forward declarations class ItemWrapper; class SIGSCRIPT_EXPORT StoreWrapper : public ObjectWrapper -- cgit