1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

* please don't include headers in headers if not necessary

This commit is contained in:
mateuszb 2009-10-25 10:41:58 +00:00
parent 1683a419a3
commit 60a401384f
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include "../hch/CArtHandler.h"
#include "../hch/CSpellHandler.h"
#include "../lib/VCMI_Lib.h"
#include <boost/random/linear_congruential.hpp>
/*
* IGameCallback.cpp, part of VCMI engine

View File

@ -4,7 +4,6 @@
#include "../global.h"
#include <vector>
#include <set>
#include <boost/random/linear_congruential.hpp>
#include "../client/FunctionList.h"
/*