home · contact · privacy
Server: Remove unneeded library includes.
[plomrogue] / src / server / thing_actions.c
index 627235c7b04728adc0b47ea90ec9c9ade9da26ec..df516e45864f2c076b4fd162eec2f96400f1713d 100644 (file)
@@ -8,7 +8,7 @@
 #include <string.h> /* strlen(), memcpy(), strncmp() */
 #include "../common/rexit.h" /* exit_trouble() */
 #include "../common/try_malloc.h" /* try_malloc() */
-#include "../common/yx_uint8.h" /* struct yx_uint8 */
+#include "../common/yx_uint8.h" /* yx_uint8 */
 #include "field_of_view.h" /* build_fov_map() */
 #include "hardcoded_strings.h" /* s */
 #include "things.h" /* Thing, ThingType, get_player(), own_thing(),