From 2979d02878db598042cb638e244176c69c0ae90e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 15 Jan 2006 12:53:22 +0000 Subject: [PATCH] global.h should not be included by header files. --- stepmania/src/ezsockets.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ezsockets.h b/stepmania/src/ezsockets.h index a283833dd8..3ef4242b42 100644 --- a/stepmania/src/ezsockets.h +++ b/stepmania/src/ezsockets.h @@ -18,7 +18,6 @@ #include #include #include -#include "global.h" // StepMania only includes #if defined(_XBOX) // Summary : WinsockX is bad, XTL is good.