1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Refactoring: avoid using namespace when it's not absolutely needed

This commit is contained in:
Arseniy Shestakov
2015-12-29 02:14:08 +03:00
parent 6985e96f0d
commit 29a7934a99
7 changed files with 66 additions and 79 deletions

View File

@ -55,7 +55,6 @@
*/
#define ADVOPT (conf.go()->ac)
using namespace boost::logic;
using namespace CSDL_Ext;
CAdvMapInt *adventureInt;