mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 19:26:53 +00:00
mute some MSVC warnings
This commit is contained in:
parent
62a59d960f
commit
d5c0c6684e
@ -15,8 +15,6 @@
|
||||
|
||||
/** @file */
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "foreach.hpp"
|
||||
#include "time_of_day.hpp"
|
||||
|
@ -18,6 +18,8 @@
|
||||
#ifndef TIME_OF_DAY_HPP_INCLUDED
|
||||
#define TIME_OF_DAY_HPP_INCLUDED
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "tstring.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user