@@ -26,12 +26,10 @@ #import "OFEnumerationMutationException.h" #import "OFInvalidArgumentException.h" #import "OFOutOfRangeException.h" -#import "macros.h" - #define MIN_CAPACITY 16 struct of_map_table_bucket { void *key, *value; uint32_t hash;