diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-26 17:56:05 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-26 17:56:05 +0100 |
commit | 16c26be10d1bd21d3088395e2f847c54878fb4c5 (patch) | |
tree | 36c59cdef1c7013fd825c3a93cc01873e1c0bd9e /FICS | |
parent | 8e40222d637d0ab67d030225b1d1b7f19da9d856 (diff) |
Sorted the includes
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/formula.h | 2 |
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 |