home · contact · privacy
Server: Remove unneeded library includes.
[plomrogue] / src / server / map.h
index 5407dafe34942b65f0ce6a1b6570b38baa8b4771..d704bc27ba81c15144d4ac31e382aa5171c5dbcc 100644 (file)
@@ -7,7 +7,7 @@
 #define MAP_H_SERVER
 
 #include <stdint.h> /* uint8_t */
-#include "../common/yx_uint8.h" /* yx_uint8 */
+struct yx_uint8;