X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.c;fp=score.c;h=31025a9761fb7034c976f1aa4c6e8a281bed89ff;hp=f37fc66dc39e8e897471dab78bd226542f4cfcdb;hb=e0fab1bd78914a12ee88f2a9fcfca9f28a1df0f2;hpb=30498ebe775df3854f28946b1373da948bd190a3 diff --git a/score.c b/score.c index f37fc66..31025a9 100644 --- a/score.c +++ b/score.c @@ -16,12 +16,6 @@ * 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 #include #include @@ -29,6 +23,13 @@ #include #include +#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,"-"},