summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/vm.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-08-09 22:52:14 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-08-09 22:52:14 +0000
commitb75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e (patch)
treebfd25da2b5e0e3f90069a7c95960504ca3ca1fc9 /src/input/libdvdnav/vm.c
parent0a611e34ea42f546efb30669ebd50753845f2fe2 (diff)
downloadxine-lib-b75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e.tar.gz
xine-lib-b75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e.tar.bz2
change includes from system include to local include where the file is in
our tree now to avoid version clashes CVS patchset: 2421 CVS date: 2002/08/09 22:52:14
Diffstat (limited to 'src/input/libdvdnav/vm.c')
-rw-r--r--src/input/libdvdnav/vm.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/input/libdvdnav/vm.c b/src/input/libdvdnav/vm.c
index 7d56fd6b5..1001ac395 100644
--- a/src/input/libdvdnav/vm.c
+++ b/src/input/libdvdnav/vm.c
@@ -19,7 +19,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: vm.c,v 1.2 2002/08/08 21:55:54 richwareham Exp $
+ * $Id: vm.c,v 1.3 2002/08/09 22:52:14 mroi Exp $
*
*/
@@ -34,8 +34,8 @@
#include <inttypes.h>
#include <assert.h>
-#include <ifo_types.h>
-#include <ifo_read.h>
+#include "ifo_types.h"
+#include "ifo_read.h"
#include "decoder.h"
#include "vmcmd.h"
@@ -1798,6 +1798,10 @@ static pgcit_t* get_PGCIT(vm_t *vm) {
/*
* $Log: vm.c,v $
+ * Revision 1.3 2002/08/09 22:52:14 mroi
+ * change includes from system include to local include where the file is in
+ * our tree now to avoid version clashes
+ *
* Revision 1.2 2002/08/08 21:55:54 richwareham
* Changed loads of #include <dvdread/...> to #include <...>
*