summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/mb.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
commit37ea342f8576e90cf024f746d86117b195f34095 (patch)
treea029849d002377ae87c088bb8799883a98f412c2 /gui/mplayer/gtk/mb.c
parent0bd0d07dd78dc3a2e87d9b72da49871b4879fd3f (diff)
downloadmpv-37ea342f8576e90cf024f746d86117b195f34095.tar.bz2
mpv-37ea342f8576e90cf024f746d86117b195f34095.tar.xz
#include config.h before all other headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/gtk/mb.c')
-rw-r--r--gui/mplayer/gtk/mb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/mplayer/gtk/mb.c b/gui/mplayer/gtk/mb.c
index db2ec24749..3938830ea8 100644
--- a/gui/mplayer/gtk/mb.c
+++ b/gui/mplayer/gtk/mb.c
@@ -1,6 +1,5 @@
-
-#include "app.h"
#include "config.h"
+#include "app.h"
#include "help_mp.h"
#include "../pixmaps/error.xpm"