JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Moved macros and such from config.h to common.h
[vor.git] / score.c
diff --git a/score.c b/score.c
index f37fc66..31025a9 100644 (file)
--- a/score.c
+++ b/score.c
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#include "config.h"
-
-#include "SFont.h"
-#include "file.h"
-#include "score.h"
-
 #include <SDL.h>
 #include <SDL_keysym.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 
+#include "SFont.h"
+
+#include "common.h"
+#include "config.h"
+#include "file.h"
+#include "score.h"
+
 // High score table
 struct highscore g_scores[N_SCORES] = {
        {1*60*1000,"-"},