refcount: remove useless assert include

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-12-10 17:00:24 +01:00
parent cbb61c6e17
commit f8063dea09
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
#ifndef AWESOME_COMMON_REFCOUNT_H
#define AWESOME_COMMON_REFCOUNT_H
#include <assert.h>
#define DO_RCNT(type, prefix, dtor) \
static inline void prefix##_unref(type **item) \
{ \