summaryrefslogtreecommitdiffstats
path: root/gui/mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer')
-rw-r--r--gui/mplayer/common.h4
-rw-r--r--gui/mplayer/gmplayer.h4
-rw-r--r--gui/mplayer/gtk/common.h4
-rw-r--r--gui/mplayer/gtk/opts.h4
-rw-r--r--gui/mplayer/gtk/url.h4
-rw-r--r--gui/mplayer/widgets.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/gui/mplayer/common.h b/gui/mplayer/common.h
index 4cc6c7e152..3353a41a70 100644
--- a/gui/mplayer/common.h
+++ b/gui/mplayer/common.h
@@ -1,5 +1,5 @@
-#ifndef __COMMON_H
-#define __COMMON_H
+#ifndef __GUI_COMMON_H
+#define __GUI_COMMON_H
#include <stdlib.h>
#include <stdio.h>
diff --git a/gui/mplayer/gmplayer.h b/gui/mplayer/gmplayer.h
index e7adae7d24..caa9297532 100644
--- a/gui/mplayer/gmplayer.h
+++ b/gui/mplayer/gmplayer.h
@@ -1,6 +1,6 @@
-#ifndef __GMPLAYER_H
-#define __GMPLAYER_H
+#ifndef __GUI_GMPLAYER_H
+#define __GUI_GMPLAYER_H
extern int mplSubRender;
extern int mplMainRender;
diff --git a/gui/mplayer/gtk/common.h b/gui/mplayer/gtk/common.h
index d68a977622..6547b27119 100644
--- a/gui/mplayer/gtk/common.h
+++ b/gui/mplayer/gtk/common.h
@@ -1,6 +1,6 @@
-#ifndef __COMMON_H
-#define __COMMON_H
+#ifndef __GUI_COMMON_H
+#define __GUI_COMMON_H
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
diff --git a/gui/mplayer/gtk/opts.h b/gui/mplayer/gtk/opts.h
index 6bb7069a55..4305938017 100644
--- a/gui/mplayer/gtk/opts.h
+++ b/gui/mplayer/gtk/opts.h
@@ -1,6 +1,6 @@
-#ifndef __OPTS_H
-#define __OPTS_H
+#ifndef __GUI_OPTS_H
+#define __GUI_OPTS_H
#include <gtk/gtk.h>
diff --git a/gui/mplayer/gtk/url.h b/gui/mplayer/gtk/url.h
index ed0a656586..15b8914b72 100644
--- a/gui/mplayer/gtk/url.h
+++ b/gui/mplayer/gtk/url.h
@@ -1,6 +1,6 @@
-#ifndef _URL_H
-#define _URL_H
+#ifndef _GUI_URL_H
+#define _GUI_URL_H
extern GtkWidget * URL;
extern int gtkVURLDialogBox;
diff --git a/gui/mplayer/widgets.h b/gui/mplayer/widgets.h
index a9bd6df37f..4c1c179c78 100644
--- a/gui/mplayer/widgets.h
+++ b/gui/mplayer/widgets.h
@@ -1,6 +1,6 @@
-#ifndef __WIDGETS_H
-#define __WIDGETS_H
+#ifndef __GUI_WIDGETS_H
+#define __GUI_WIDGETS_H
#include <stdio.h>
#include <stdlib.h>