summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2008-11-12 10:51:22 +0000
committerrofafor <rofafor>2008-11-12 10:51:22 +0000
commit6fd1b08c26e1aa85a52c8923eed22abdb49f248d (patch)
treeb51b87a06a78cae10622c3ac7d29f623d73943c8
parent9d71510bdc42549ab8fc0eb79c2a6f20ef95601d (diff)
downloadxineliboutput-6fd1b08c26e1aa85a52c8923eed22abdb49f248d.tar.gz
xineliboutput-6fd1b08c26e1aa85a52c8923eed22abdb49f248d.tar.bz2
Removed include "xine_osd_command.h".
-rw-r--r--xine_frontend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_frontend.h b/xine_frontend.h
index 79ae6d6a..b396df9a 100644
--- a/xine_frontend.h
+++ b/xine_frontend.h
@@ -4,15 +4,13 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.h,v 1.9 2008-11-11 19:04:02 rofafor Exp $
+ * $Id: xine_frontend.h,v 1.10 2008-11-12 10:51:22 rofafor Exp $
*
*/
#ifndef _XINE_FRONTEND_H
#define _XINE_FRONTEND_H
-#include "xine_osd_command.h"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -24,6 +22,8 @@ typedef void (*fe_keypress_f)(const char *keymap, const char *name);
typedef struct frontend_config_s frontend_config_t;
typedef struct frontend_s frontend_t;
+struct osd_command_s;
+
#if 0
struct frontend_config_s {
/* Display */