remove config.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 25 May 2001 00:04:08 +0000 (00:04 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 25 May 2001 00:04:08 +0000 (00:04 +0000)
include/FLAC/all.h
src/libFLAC/cpu.c
src/libFLAC/include/private/cpu.h
src/libFLAC/include/private/fixed.h
src/libFLAC/include/private/lpc.h

index fcdf863..154b8e6 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef FLAC__ALL_H
 #define FLAC__ALL_H
 
-#include "config.h"
 #include "encoder.h"
 #include "file_decoder.h"
 #include "format.h"
index 42297fc..0fb27c4 100644 (file)
@@ -17,7 +17,6 @@
  * Boston, MA  02111-1307, USA.
  */
 
-#include "FLAC/config.h"
 #include "private/cpu.h"
 #include<stdlib.h>
 #include<stdio.h>
index c8948e9..30dbea6 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef FLAC__PRIVATE__CPU_H
 #define FLAC__PRIVATE__CPU_H
 
-#include "FLAC/config.h"
 #include "FLAC/ordinals.h"
 
 typedef enum {
index 837ec98..52655c2 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef FLAC__PRIVATE__FIXED_H
 #define FLAC__PRIVATE__FIXED_H
 
-#include "FLAC/config.h"
 #include "FLAC/format.h"
 
 /*
index d7943d6..645e942 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef FLAC__PRIVATE__LPC_H
 #define FLAC__PRIVATE__LPC_H
 
-#include "FLAC/config.h"
 #include "FLAC/ordinals.h"
 
 #define FLAC__MAX_LPC_ORDER (32u)