From 37ea342f8576e90cf024f746d86117b195f34095 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 14 Mar 2008 16:46:13 +0000 Subject: #include config.h before all other headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/test.c | 3 +-- mp3lib/test2.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/test.c b/mp3lib/test.c index 1a96e9b909..f256224a7d 100644 --- a/mp3lib/test.c +++ b/mp3lib/test.c @@ -9,9 +9,8 @@ #include #include -#include "mp3lib/mp3.h" #include "config.h" - +#include "mp3lib/mp3.h" #include "cpudetect.h" extern CpuCaps gCpuCaps; diff --git a/mp3lib/test2.c b/mp3lib/test2.c index 17c92bf79b..6a20960663 100644 --- a/mp3lib/test2.c +++ b/mp3lib/test2.c @@ -9,8 +9,8 @@ #include #include -#include "mp3lib/mp3.h" #include "config.h" +#include "mp3lib/mp3.h" #include "cpudetect.h" static FILE* mp3file=NULL; -- cgit v1.2.3