X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.c;h=5738e72c0a13e6b5a4643bceb375b69cbf528078;hp=f37fc66dc39e8e897471dab78bd226542f4cfcdb;hb=bb819ae60e78c875e66fe2de3ac7fa2b9824a1e5;hpb=232d1b5f32a2d72f4d3fe7326f942bb7887a7f40 diff --git a/score.c b/score.c index f37fc66..5738e72 100644 --- a/score.c +++ b/score.c @@ -16,19 +16,19 @@ * 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 #include #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,"-"},