[MPlayer-cvslog] r29090 - trunk/libaf/af.h

bircoph subversion at mplayerhq.hu
Sat Mar 28 21:03:08 CET 2009


Author: bircoph
Date: Sat Mar 28 21:03:08 2009
New Revision: 29090

Log:
Reorder includes alphabetically.

Modified:
   trunk/libaf/af.h

Modified: trunk/libaf/af.h
==============================================================================
--- trunk/libaf/af.h	Sat Mar 28 21:01:43 2009	(r29089)
+++ trunk/libaf/af.h	Sat Mar 28 21:03:08 2009	(r29090)
@@ -21,11 +21,11 @@
 
 #include <stdio.h>
 
+#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


More information about the MPlayer-cvslog mailing list