diff gui/mplayer/pb.c @ 26203:0d255d03016f

#include config.h before all other headers.
author diego
date Fri, 14 Mar 2008 16:46:13 +0000
parents 01754b23193e
children 10dfbc523184
line wrap: on
line diff
--- a/gui/mplayer/pb.c	Fri Mar 14 12:21:57 2008 +0000
+++ b/gui/mplayer/pb.c	Fri Mar 14 16:46:13 2008 +0000
@@ -8,12 +8,12 @@
 #include <unistd.h>
 #include <string.h>
 
+#include "../config.h"
 #include "app.h"
 #include "skin/font.h"
 #include "skin/skin.h"
 #include "wm/ws.h"
 
-#include "../config.h"
 #include "../help_mp.h"
 #include "../libvo/x11_common.h"
 #include "../libvo/fastmemcpy.h"