summaryrefslogtreecommitdiffstats
path: root/dvdread/ifo_print.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 00:45:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 00:45:16 +0000
commit9b9c70ce7d41f796dfc393b4c93552694484f821 (patch)
treea7e5a3baca55bbd41bb60c319fc9c5f1f7442074 /dvdread/ifo_print.h
parentb8aba3e44af3c502f92411ff02a3f0b2e0b0fa94 (diff)
downloadmpv-9b9c70ce7d41f796dfc393b4c93552694484f821.tar.bz2
mpv-9b9c70ce7d41f796dfc393b4c93552694484f821.tar.xz
Drop some unnecessary local changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20999 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread/ifo_print.h')
-rw-r--r--dvdread/ifo_print.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/dvdread/ifo_print.h b/dvdread/ifo_print.h
index c6e24f6a74..7a4169c0b6 100644
--- a/dvdread/ifo_print.h
+++ b/dvdread/ifo_print.h
@@ -5,10 +5,6 @@
* Copyright (C) 2000, 2001 Björn Englund <d4bjorn@dtek.chalmers.se>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
- * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
- * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -24,8 +20,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "ifo_types.h"
-#include "dvd_reader.h"
+#include <dvdread/ifo_types.h>
+#include <dvdread/dvd_reader.h>
#ifdef __cplusplus
extern "C" {