remove config.h

This commit is contained in:
Josh Coalson 2001-05-25 00:04:08 +00:00
parent a2fd3b8390
commit febdca986a
5 changed files with 0 additions and 5 deletions

View 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"

View File

@ -17,7 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#include "FLAC/config.h"
#include "private/cpu.h"
#include<stdlib.h>
#include<stdio.h>

View 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 {

View File

@ -20,7 +20,6 @@
#ifndef FLAC__PRIVATE__FIXED_H
#define FLAC__PRIVATE__FIXED_H
#include "FLAC/config.h"
#include "FLAC/format.h"
/*

View 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)