Jelajahi Sumber

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

mateuszb 16 tahun lalu
induk
melakukan
60a401384f
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 0
      lib/IGameCallback.cpp
  2. 0 1
      lib/IGameCallback.h

+ 1 - 0
lib/IGameCallback.cpp

@@ -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

+ 0 - 1
lib/IGameCallback.h

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