From f66d4e20f2d3932925c5e514b0b040330502a886 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 10 May 2005 12:42:34 +0000 Subject: move '#include "os.h"' to misc.h and remove it where misc.h is included. git-svn-id: https://svn.xiph.org/trunk/Tremor@9257 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- info.c | 1 - 1 file changed, 1 deletion(-) (limited to 'info.c') diff --git a/info.c b/info.c index 941695e..04c37d4 100644 --- a/info.c +++ b/info.c @@ -28,7 +28,6 @@ #include "registry.h" #include "window.h" #include "misc.h" -#include "os.h" /* helpers */ static void _v_readstring(oggpack_buffer *o,char *buf,int bytes){ -- cgit v1.2.1