From e34c47414fd1dd45eec22587d12bde2c30502249 Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 21 Sep 2014 20:02:01 -0400 Subject: [PATCH] Consistent directory locations under common. --- common/patches/client62_constants.h | 2 +- common/patches/rof_constants.h | 2 +- common/patches/sod_constants.h | 2 +- common/patches/sof_constants.h | 2 +- common/patches/titanium_constants.h | 2 +- common/patches/underfoot_constants.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/patches/client62_constants.h b/common/patches/client62_constants.h index e8eb38faa..7d2125028 100644 --- a/common/patches/client62_constants.h +++ b/common/patches/client62_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef CLIENT62_CONSTANTS_H_ #define CLIENT62_CONSTANTS_H_ -#include "../common/types.h" +#include "../types.h" namespace Client62 { namespace maps { diff --git a/common/patches/rof_constants.h b/common/patches/rof_constants.h index 7be8baf72..62a161dc5 100644 --- a/common/patches/rof_constants.h +++ b/common/patches/rof_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef RoF_CONSTANTS_H_ #define RoF_CONSTANTS_H_ -#include "../common/types.h" +#include "../types.h" namespace RoF { namespace maps { diff --git a/common/patches/sod_constants.h b/common/patches/sod_constants.h index 76427d55e..9a8907f13 100644 --- a/common/patches/sod_constants.h +++ b/common/patches/sod_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef SoD_CONSTANTS_H_ #define SoD_CONSTANTS_H_ -#include "../common/types.h" +#include "../types.h" namespace SoD { namespace maps { diff --git a/common/patches/sof_constants.h b/common/patches/sof_constants.h index 0ae0d728d..d80fa2dcb 100644 --- a/common/patches/sof_constants.h +++ b/common/patches/sof_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef SoF_CONSTANTS_H_ #define SoF_CONSTANTS_H_ -#include "../common/types.h" +#include "../types.h" namespace SoF { namespace maps { diff --git a/common/patches/titanium_constants.h b/common/patches/titanium_constants.h index c07244f2d..71625362a 100644 --- a/common/patches/titanium_constants.h +++ b/common/patches/titanium_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef Titanium_CONSTANTS_H_ #define Titanium_CONSTANTS_H_ -#include "../common/types.h" +#include "../types.h" namespace Titanium { namespace maps { diff --git a/common/patches/underfoot_constants.h b/common/patches/underfoot_constants.h index d34eaeb5b..fdbe54086 100644 --- a/common/patches/underfoot_constants.h +++ b/common/patches/underfoot_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef Underfoot_CONSTANTS_H_ #define Underfoot_CONSTANTS_H_ -#include "../common/types.h" +#include "../types.h" namespace Underfoot { namespace maps {