From 3c0cb0e058324ee1d3116017f14387e9a6004442 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 3 Jun 2011 11:19:20 -0600 Subject: Replace SDL_types.h with cstdint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer --- src/gui/sell.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/sell.h b/src/gui/sell.h index 6b879d2f..e28b0744 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -27,8 +27,6 @@ #include #include -#include - class Item; class ShopItems; class ShopListBox; -- cgit v1.2.3-70-g09d2