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