home · contact · privacy
Removed unused client command id.
[plomrogue] / src / client / control.c
index bdbdfec409a62bf7757d35c65d849c7f5dc01be9..5585dedb4cc3f638758e495bc9f45172f1d12863 100644 (file)
@@ -4,7 +4,6 @@
 #include <stdint.h> /* uint8_t, uint16_t */
 #include <stdio.h> /* sprintf() */
 #include <string.h> /* strlen(), strcmp() */
-#include "command_db.h" /* get_command_id() */
 #include "io.h" /* try_send() */
 #include "keybindings.h" /* struct KeyBindingDB, get_command_to_keycode(),
                           * get_keycode_to_command(), mod_selected_keyb(),