home · contact · privacy
Server: Remove unneeded library includes.
[plomrogue] / src / server / field_of_view.c
index b4303970cdee2bcb283ed223aa5a6832f3ca0cb2..3d86402fe3c4f60aebc355e41c7e994271daf95a 100644 (file)
@@ -6,9 +6,10 @@
 #include <string.h> /* memset() */
 #include "../common/rexit.h" /* exit_trouble() */
 #include "../common/try_malloc.h" /* try_malloc() */
+#include "../common/yx_uint8.h" /* yx_uint8 */
 #include "map.h" /* mv_yx_in_dir_legal() */
 #include "things.h" /* Thing, ThingInMemory, add_thing_to_memory_map() */
-#include "yx_uint8.h" /* yx_uint8, mv_yx_in_hex_dir(), mv_yx_in_dir_wrap(), */
+#include "yx_uint8.h" /* mv_yx_in_dir_wrap(), */
 #include "world.h" /* world  */