diff --git a/common/refcount.h b/common/refcount.h index bcc632815..376e82583 100644 --- a/common/refcount.h +++ b/common/refcount.h @@ -21,8 +21,6 @@ #ifndef AWESOME_COMMON_REFCOUNT_H #define AWESOME_COMMON_REFCOUNT_H -#include - #define DO_RCNT(type, prefix, dtor) \ static inline void prefix##_unref(type **item) \ { \