mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 18:21:15 +00:00
Redid c0df87a47049 correctly
This commit is contained in:
parent
c0df87a470
commit
56f0c9a99a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user