mute some MSVC warnings

This commit is contained in:
Anonymissimus 2011-12-17 20:26:45 +00:00
parent 62a59d960f
commit d5c0c6684e
2 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,6 @@
/** @file */
#include "global.hpp"
#include "config.hpp"
#include "foreach.hpp"
#include "time_of_day.hpp"

View File

@ -18,6 +18,8 @@
#ifndef TIME_OF_DAY_HPP_INCLUDED
#define TIME_OF_DAY_HPP_INCLUDED
#include "global.hpp"
#include "tstring.hpp"
#include <vector>