removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / OrangeDisk.h
index cc1e1f26a32fc57a44c20e219e587ee713f4548f..beab880c6c9cec99588d717db8f0364cbc05f866 100644 (file)
@@ -5,14 +5,9 @@
 #ifndef ORANGEDISK_H
 #define ORANGEDISK_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
 
-extern void subAnimateOrangeDisks(int);
+void subAnimateOrangeDisks(int);
 
 #endif /* ORANGEDISK_H */