removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Infotrons.h
index 485f868cfb3b64e7702994b9471261d3e7f04299..e92e7304b673f4144697274db452687d0fb04cf8 100644 (file)
@@ -5,15 +5,10 @@
 #ifndef INFOTRONS_H
 #define INFOTRONS_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
 
-extern void subAnimateInfotrons(int);
-extern void subCleanUpForInfotronsAbove(int);
+void subAnimateInfotrons(int);
+void subCleanUpForInfotronsAbove(int);
 
 #endif /* INFOTRONS_H */