Remove unnecessary ifdef in pool.h

This commit is contained in:
Ross Delinger 2016-02-19 09:13:40 -05:00
parent ed0571f895
commit f1260e03d9

View File

@ -8,10 +8,7 @@
#define INCLUDE_pool_h__ #define INCLUDE_pool_h__
#include "common.h" #include "common.h"
#ifdef GIT_DEBUG_POOL
#include "vector.h" #include "vector.h"
#endif
typedef struct git_pool_page git_pool_page; typedef struct git_pool_page git_pool_page;