Clean up superfluous include of nsc.h in prototypes.h

This commit is contained in:
Markus Armbruster 2011-04-03 10:41:10 +02:00
parent a2386edc01
commit 157ae8ec21
9 changed files with 9 additions and 2 deletions

View file

@ -35,8 +35,9 @@
#include "file.h"
#include "nat.h"
#include "nsc.h"
#include "player.h"
#include "sect.h"
#include "prototypes.h"
#include "sect.h"
#endif