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/time.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/time.c') diff --git a/source/blender/blenlib/intern/time.c b/source/blender/blenlib/intern/time.c index b0a284c4074..304884ba8ca 100644 --- a/source/blender/blenlib/intern/time.c +++ b/source/blender/blenlib/intern/time.c @@ -26,14 +26,13 @@ * * ***** END GPL LICENSE BLOCK ***** */ -#include "PIL_time.h" #ifdef HAVE_CONFIG_H #include #endif #ifdef WIN32 - +#include "PIL_time.h" #include double PIL_check_seconds_timer(void) -- cgit v1.2.3