summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-06-09 11:34:01 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-06-09 11:34:01 +0000
commit2772c36f409f0b759fafa35427af4676afedaf2e (patch)
tree7c7d98ff120d002b588da5d788f90f38dd9c056f /src
parentff607a22a5d0b6bb793ae86f556ada022bf852cc (diff)
downloadxine-lib-2772c36f409f0b759fafa35427af4676afedaf2e.tar.gz
xine-lib-2772c36f409f0b759fafa35427af4676afedaf2e.tar.bz2
removed include for "X11/Xlib.h". it was in the way for compiling on freebsd
and not needed anyway. CVS patchset: 133 CVS date: 2001/06/09 11:34:01
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/video_out.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index af1f9a119..f49464c77 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out.h,v 1.6 2001/05/24 15:31:31 guenter Exp $
+ * $Id: video_out.h,v 1.7 2001/06/09 11:34:01 heikos Exp $
*
*
* xine version of video_out.h
@@ -33,7 +33,6 @@
#include <inttypes.h>
#include <pthread.h>
-#include <X11/Xlib.h>
#if defined(XINE_COMPILE)
#include "configfile.h"