mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 09:26:27 +00:00
Remove an unneeded include.
This commit is contained in:
parent
753b25d75f
commit
a7c9fab0e0
@ -17,6 +17,7 @@
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "foreach.hpp"
|
||||
#include "time_of_day.hpp"
|
||||
|
||||
|
@ -18,7 +18,9 @@
|
||||
#ifndef TIME_OF_DAY_HPP_INCLUDED
|
||||
#define TIME_OF_DAY_HPP_INCLUDED
|
||||
|
||||
#include "config.hpp"
|
||||
#include "tstring.hpp"
|
||||
|
||||
class config;
|
||||
|
||||
/**
|
||||
* Object which defines a time of day
|
||||
|
Loading…
x
Reference in New Issue
Block a user