aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/formula.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-26 17:56:05 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-26 17:56:05 +0100
commit16c26be10d1bd21d3088395e2f847c54878fb4c5 (patch)
tree36c59cdef1c7013fd825c3a93cc01873e1c0bd9e /FICS/formula.h
parent8e40222d637d0ab67d030225b1d1b7f19da9d856 (diff)
Sorted the includes
Diffstat (limited to 'FICS/formula.h')
-rw-r--r--FICS/formula.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/formula.h b/FICS/formula.h
index a54e74b..fed5661 100644
--- a/FICS/formula.h
+++ b/FICS/formula.h
@@ -3,8 +3,8 @@
#define OP_BAD -1
-#include "playerdb.h"
#include "gamedb.h"
+#include "playerdb.h"
#define OP_NONE 0
#define OP_RTPAREN 1