From 29fc3d660157951af66aa033fd69098c6626b5b2 Mon Sep 17 00:00:00 2001 From: bircoph Date: Sat, 28 Mar 2009 20:03:08 +0000 Subject: Reorder includes alphabetically. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29090 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libaf/af.h b/libaf/af.h index 0a3c6b8030..d55cd9d4e5 100644 --- a/libaf/af.h +++ b/libaf/af.h @@ -21,11 +21,11 @@ #include +#include "af_format.h" #include "config.h" #include "control.h" -#include "af_format.h" -#include "mp_msg.h" #include "cpudetect.h" +#include "mp_msg.h" /* Set the initialization type from mplayers cpudetect */ #ifdef AF_INIT_TYPE -- cgit v1.2.3