diff options
Diffstat (limited to 'src/net/ea/token.h')
-rw-r--r-- | src/net/ea/token.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ea/token.h b/src/net/ea/token.h index 0d806656c..5df984550 100644 --- a/src/net/ea/token.h +++ b/src/net/ea/token.h @@ -20,12 +20,12 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "enums/simpletypes/beingid.h" -#include "enums/being/gender.h" - #ifndef NET_EA_TOKEN_H #define NET_EA_TOKEN_H +#include "enums/simpletypes/beingid.h" +#include "enums/being/gender.h" + struct Token final { BeingId account_ID; |