]> Kevux Git Server - fll/commitdiff
Cleanup: fix include ordering
authorKevin Day <thekevinday@gmail.com>
Sun, 26 Apr 2020 22:11:26 +0000 (17:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 26 Apr 2020 22:11:26 +0000 (17:11 -0500)
level_0/f_console/c/console.h

index 8bc199b72d5c88a5f0465212aeeb37009075c49c..4dd8c059e0c0805a537ce68cb6e6f876c5f49c41 100644 (file)
@@ -15,8 +15,8 @@
 
 // fll-0 includes
 #include <level_0/status.h>
-#include <level_0/type.h>
 #include <level_0/string.h>
+#include <level_0/type.h>
 #include <level_0/utf.h>
 
 #ifdef __cplusplus