X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=src%2Fserver%2Fyx_uint8.h;h=54246fd9b7e7d4519d6f74686669dccdf4644295;hb=f6615d3be438bbca4997c38c546c0d8724da80d4;hp=4763f55a7247fd7c6a74dc918cf0e6809aad3142;hpb=9f1f36adb18c45b1b834162b0f23b2847627e538;p=plomrogue diff --git a/src/server/yx_uint8.h b/src/server/yx_uint8.h index 4763f55..54246fd 100644 --- a/src/server/yx_uint8.h +++ b/src/server/yx_uint8.h @@ -7,7 +7,7 @@ #define YX_UINT8_H_SERVER #include /* uint8_t */ -#include "../common/yx_uint8.h" /* yx_uint8 */ +struct yx_uint8;