remove a useless prprocessor guard

in inclusion of test/multiplayer/ is already guarded with a #ifdef
MP_TEST so there is no point in using #ifdef MP_TEST in that file.
This commit is contained in:
gfgtdf 2016-02-15 17:58:50 +01:00
parent 50725cabe3
commit 09e88c89d1

View file

@ -4,12 +4,8 @@
name="wesnoth-test" name="wesnoth-test"
[/textdomain] [/textdomain]
#ifdef MP_TEST
#Load test macros #Load test macros
{test/multiplayer/macros} {test/multiplayer/macros}
#Load mp test scenarios #Load mp test scenarios
{test/multiplayer/scenarios} {test/multiplayer/scenarios}
#endif