diff dvdread/ifo_read.h @ 20983:4da452b25fd5

Drop some unnecessary local changes.
author diego
date Sat, 18 Nov 2006 00:45:16 +0000
parents 22cb9d5f1e21
children 1542693b2a30
line wrap: on
line diff
--- a/dvdread/ifo_read.h	Sat Nov 18 00:42:25 2006 +0000
+++ b/dvdread/ifo_read.h	Sat Nov 18 00:45:16 2006 +0000
@@ -5,10 +5,6 @@
  * Copyright (C) 2000, 2001, 2002 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" {