From 07b547980d14d0c4468bb37fb0e777a802275ff3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Mar 2010 18:52:03 +0000 Subject: remove unused includes for blenlib, left ifdef's for non linux os's alone. --- source/blender/blenlib/intern/BLI_heap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/intern/BLI_heap.c') diff --git a/source/blender/blenlib/intern/BLI_heap.c b/source/blender/blenlib/intern/BLI_heap.c index 196c9ed284c..6c4e568c380 100644 --- a/source/blender/blenlib/intern/BLI_heap.c +++ b/source/blender/blenlib/intern/BLI_heap.c @@ -28,7 +28,6 @@ * A heap / priority queue ADT. */ -#include #include #include "MEM_guardedalloc.h" -- cgit v1.2.3