From c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 14:35:39 -0500 Subject: Sigmod now includes sigcore via <> rather than "" --- sigmod/GlobalScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigmod/GlobalScript.h') diff --git a/sigmod/GlobalScript.h b/sigmod/GlobalScript.h index 1c31670d..97f39eeb 100644 --- a/sigmod/GlobalScript.h +++ b/sigmod/GlobalScript.h @@ -23,7 +23,7 @@ #define SIGMOD_GLOBALSCRIPT // Sigcore includes -#include "../sigcore/Script.h" +#include // Sigmod includes #include "Object.h" -- cgit