summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/dvdnav_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/libdvdnav/dvdnav_internal.h')
-rw-r--r--src/input/libdvdnav/dvdnav_internal.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/input/libdvdnav/dvdnav_internal.h b/src/input/libdvdnav/dvdnav_internal.h
index f4e6a2841..40783a95b 100644
--- a/src/input/libdvdnav/dvdnav_internal.h
+++ b/src/input/libdvdnav/dvdnav_internal.h
@@ -18,7 +18,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: dvdnav_internal.h,v 1.8 2003/03/25 13:17:22 mroi Exp $
+ * $Id: dvdnav_internal.h,v 1.9 2003/03/29 13:19:09 mroi Exp $
*
*/
@@ -29,9 +29,6 @@
#include "config.h"
#endif
-#include "dvdnav.h"
-#include "vm.h"
-
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
@@ -45,10 +42,14 @@
#include "ifo_read.h"
#include "ifo_types.h"
-
/* Uncomment for VM command tracing */
/* #define TRACE */
+#include "decoder.h"
+#include "dvdnav.h"
+#include "vm.h"
+#include "vmcmd.h"
+
/* where should libdvdnav write its messages (stdout/stderr) */
#define MSG_OUT stdout