From 939a0cee1091516fb99389866f74e171a4b9a7f5 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Wed, 15 Oct 2003 01:48:04 +0000 Subject: [PATCH] SDL_Types.h isn't around anymore; I'm assuming this file wasn't updated since then since it compiles without the #include. --- stepmania/src/Bookkeeper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Bookkeeper.h b/stepmania/src/Bookkeeper.h index 3c211c47d3..8452c7e1ee 100644 --- a/stepmania/src/Bookkeeper.h +++ b/stepmania/src/Bookkeeper.h @@ -13,7 +13,6 @@ */ #include "Style.h" -#include "SDL_Types.h" const int DAYS_PER_YEAR = 365; const int HOURS_PER_DAY = 24;