comparison dvd_input.c @ 38:9f1804080f76 src

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