Redid c0df87a47049 correctly

This commit is contained in:
Charles Dang 2016-02-24 09:05:07 +11:00
parent c0df87a470
commit 56f0c9a99a

View File

@ -32,10 +32,10 @@
#ifndef HELP_IMPL_INCLUDED
#define HELP_IMPL_INCLUDED
#include "config.hpp"
#include "exceptions.hpp" // for error
#include "font.hpp" // for line_width, relative_size
#include <cstring>
#include <list> // for list
#include <ostream> // for operator<<, stringstream, etc
#include <string> // for string, allocator, etc
@ -44,6 +44,7 @@
#include <boost/shared_ptr.hpp>
#include <SDL.h> // for SDL_Color, SDL_Surface
class config;
class unit_type;
class terrain_type_data;
typedef boost::shared_ptr<terrain_type_data> tdata_cache;