mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 00:06:04 +00:00
remove duplicated includes cpp/hpp
This commit is contained in:
parent
7bff35f991
commit
5b812b857b
@ -18,14 +18,14 @@
|
||||
* Routines to set up the display, scroll and zoom the map.
|
||||
*/
|
||||
|
||||
#include "display.hpp"
|
||||
|
||||
#include "arrow.hpp"
|
||||
#include "color.hpp"
|
||||
#include "cursor.hpp"
|
||||
#include "display.hpp"
|
||||
#include "draw.hpp"
|
||||
#include "draw_manager.hpp"
|
||||
#include "fake_unit_manager.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "font/sdl_ttf_compat.hpp"
|
||||
#include "font/text.hpp"
|
||||
#include "preferences/game.hpp"
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "buffered_istream.hpp"
|
||||
#include "config.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "log.hpp"
|
||||
#include "serialization/binary_or_text.hpp"
|
||||
#include "serialization/parser.hpp"
|
||||
|
@ -20,10 +20,11 @@
|
||||
#include "exceptions.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "game_version.hpp"
|
||||
#include <optional>
|
||||
|
||||
#include <iosfwd>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
class config_writer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user