home · contact · privacy
Added previously forgotten err_try_fgets library (and moved it to src/common/).
[plomrogue] / src / client / keybindings.c
index eb67f26755b3967a5b06b6c497278e42af218a5b..14d603baa9b10e834ce22bb322a14332610e5c56 100644 (file)
@@ -7,10 +7,10 @@
 #include <stdio.h> /* FILE, sprintf() */
 #include <stdlib.h> /* free(), atoi() */
 #include <string.h> /* strlen(), strchr(), strcmp() */
+#include "../common/err_try_fgets.h" /* err_try_fgets(), err_line() */
 #include "../common/readwrite.h" /* try_fwrite()*/
 #include "../common/try_malloc.h" /* try_malloc() */
 #include "command_db.h" /* get_command() */
-#include "err_try_fgets.h" /* err_try_fgets(), err_line() */
 #include "windows.h" /* draw_all_wins() */
 #include "world.h" /* global world */