comparison bitreader.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
comparison
equal deleted inserted replaced
37:a57cd30a83bb 38:9f1804080f76
15 * 15 *
16 * You should have received a copy of the GNU General Public License along 16 * You should have received a copy of the GNU General Public License along
17 * with libdvdread; if not, write to the Free Software Foundation, Inc., 17 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */ 19 */
20
21 #include "config.h"
22 20
23 #include <stdio.h> 21 #include <stdio.h>
24 #include <stdlib.h> 22 #include <stdlib.h>
25 #include <string.h> 23 #include <string.h>
26 #include <inttypes.h> 24 #include <inttypes.h>