summaryrefslogtreecommitdiff
path: root/src/input/libdvdread/ifo_print.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-08-10 13:59:43 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-08-10 13:59:43 +0000
commit45adf93fbc546682cdf00fcfee6cbce8504975b9 (patch)
tree8ec283345b1db4f3831e149b93d7b18b3b739384 /src/input/libdvdread/ifo_print.h
parent2b70800472ab8f7af6441fe4b60910ab7cca6447 (diff)
downloadxine-lib-45adf93fbc546682cdf00fcfee6cbce8504975b9.tar.gz
xine-lib-45adf93fbc546682cdf00fcfee6cbce8504975b9.tar.bz2
change some more includes to local ones
CVS patchset: 2424 CVS date: 2002/08/10 13:59:43
Diffstat (limited to 'src/input/libdvdread/ifo_print.h')
-rw-r--r--src/input/libdvdread/ifo_print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdread/ifo_print.h b/src/input/libdvdread/ifo_print.h
index a5489bd53..bf0bed366 100644
--- a/src/input/libdvdread/ifo_print.h
+++ b/src/input/libdvdread/ifo_print.h
@@ -20,8 +20,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <ifo_types.h>
-#include <dvd_reader.h>
+#include "ifo_types.h"
+#include "dvd_reader.h"
#ifdef __cplusplus
extern "C" {