summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/mb.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-06 16:22:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-06 16:22:00 +0000
commitd64cf433158588a377421c7a90e4c0169b4841f8 (patch)
treeb584df08830a56bf4c87a20e69c7e4bbf13e0db8 /gui/mplayer/gtk/mb.c
parent2bc03fd010f18df0be4d2aeae4b461c47f807180 (diff)
downloadmpv-d64cf433158588a377421c7a90e4c0169b4841f8.tar.bz2
mpv-d64cf433158588a377421c7a90e4c0169b4841f8.tar.xz
Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25629 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/gtk/mb.c')
-rw-r--r--gui/mplayer/gtk/mb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/gtk/mb.c b/gui/mplayer/gtk/mb.c
index 5f3873d054..db2ec24749 100644
--- a/gui/mplayer/gtk/mb.c
+++ b/gui/mplayer/gtk/mb.c
@@ -8,7 +8,7 @@
#include "../widgets.h"
#include "mb.h"
-#include "common.h"
+#include "gtk_common.h"
GtkWidget * gtkMessageBoxText;
GtkWidget * MessageBox = NULL;