From c17ccc50ab76e7f161af484400914db373dcafae Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 18 Dec 2020 17:27:18 +0100 Subject: get rid of all PED_SKIN defines --- src/core/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/common.h') diff --git a/src/core/common.h b/src/core/common.h index 181389da..882e2fae 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -84,10 +84,8 @@ typedef uint16_t wchar; #include "config.h" -#ifdef PED_SKIN #include #include -#endif #ifdef __GNUC__ #define TYPEALIGN(n) __attribute__ ((aligned (n))) -- cgit v1.2.3