From 7ad154ff068b0905116cf8dd3ad019bee092d696 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 27 Apr 2010 10:59:22 -0400 Subject: Fix some spurious includes. --- libdimension/dimension/array.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libdimension/dimension/array.h') diff --git a/libdimension/dimension/array.h b/libdimension/dimension/array.h index a301de5..13ee636 100644 --- a/libdimension/dimension/array.h +++ b/libdimension/dimension/array.h @@ -27,9 +27,8 @@ #ifndef DIMENSION_ARRAY_H #define DIMENSION_ARRAY_H -#include /* For pthread_rwlock_t */ -#include /* For size_t */ -#include /* For memcpy */ +#include /* For size_t */ +#include /* For memcpy */ typedef struct { void *ptr; -- cgit v1.2.3