summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/eq.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/eq.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/eq.c')
-rw-r--r--gui/mplayer/gtk/eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/gtk/eq.c b/gui/mplayer/gtk/eq.c
index 57901e86d0..48279534d8 100644
--- a/gui/mplayer/gtk/eq.c
+++ b/gui/mplayer/gtk/eq.c
@@ -9,9 +9,9 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
+#include "config.h"
#include "app.h"
#include "cfg.h"
-#include "config.h"
#include "help_mp.h"
#include "libaf/equalizer.h"
#include "libvo/video_out.h"