From f8063dea0996b8aa6e6a69f37ce06064b0b1936b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 10 Dec 2008 17:00:24 +0100 Subject: [PATCH] refcount: remove useless assert include Signed-off-by: Julien Danjou --- common/refcount.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/refcount.h b/common/refcount.h index bcc63281..376e8258 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) \ { \