diff dvdnav.c @ 288:ce4230602517 src

moved away from dvdnav_internal.h inclusion of various system headers
author nicodvb
date Sat, 21 Apr 2007 11:56:41 +0000
parents 52877d182e96
children b9783221fb6e
line wrap: on
line diff
--- a/dvdnav.c	Sat Apr 21 11:41:56 2007 +0000
+++ b/dvdnav.c	Sat Apr 21 11:56:41 2007 +0000
@@ -30,6 +30,11 @@
 */
 
 #include <inttypes.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <limits.h>
+#include <string.h>
 #include "dvd_types.h"
 #include "dvd_reader.h"
 #include "nav_types.h"
@@ -42,11 +47,6 @@
 #include "dvdnav_internal.h"
 #include "read_cache.h"
 #include "nav_read.h"
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <sys/time.h>
-
 #include "remap.h"
 
 static dvdnav_status_t dvdnav_clear(dvdnav_t * this) {