From 2dbfec1e464fc4e4f55dbf51236312437d241121 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 12 Feb 2009 16:03:50 -0500 Subject: Reorder forward declarations --- sigencore/RunScript.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sigencore/RunScript.h') diff --git a/sigencore/RunScript.h b/sigencore/RunScript.h index 445601b7..386702fb 100644 --- a/sigencore/RunScript.h +++ b/sigencore/RunScript.h @@ -25,6 +25,13 @@ #include // Forward declarations +class QObject; +class QString; +namespace Kross +{ +class Action; +class ActionCollection; +} namespace Sigcore { class Script; @@ -33,13 +40,6 @@ namespace Sigscript { class SigmodWrapper; } -namespace Kross -{ -class Action; -class ActionCollection; -} -class QObject; -class QString; namespace Sigencore { -- cgit