comparison dvd_reader.c @ 38:9f1804080f76 src

removed unnecessary config.h; patch by Erik Hovland
author nicodvb
date Tue, 28 Apr 2009 13:26:33 +0000
parents a57cd30a83bb
children ef679522d00f
comparison
equal deleted inserted replaced
37:a57cd30a83bb 38:9f1804080f76
18 * You should have received a copy of the GNU General Public License along 18 * You should have received a copy of the GNU General Public License along
19 * with libdvdread; if not, write to the Free Software Foundation, Inc., 19 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 */ 21 */
22 22
23 #include "config.h"
24
25 #include <sys/types.h> 23 #include <sys/types.h>
26 #include <sys/stat.h> 24 #include <sys/stat.h>
27 #include <sys/time.h> /* For the timing of dvdcss_title crack. */ 25 #include <sys/time.h> /* For the timing of dvdcss_title crack. */
28 #include <fcntl.h> 26 #include <fcntl.h>
29 #include <stdlib.h> 27 #include <stdlib.h>