remove config.h
This commit is contained in:
parent
a2fd3b8390
commit
febdca986a
@ -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"
|
||||
|
@ -17,7 +17,6 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "FLAC/config.h"
|
||||
#include "private/cpu.h"
|
||||
#include<stdlib.h>
|
||||
#include<stdio.h>
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef FLAC__PRIVATE__CPU_H
|
||||
#define FLAC__PRIVATE__CPU_H
|
||||
|
||||
#include "FLAC/config.h"
|
||||
#include "FLAC/ordinals.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef FLAC__PRIVATE__FIXED_H
|
||||
#define FLAC__PRIVATE__FIXED_H
|
||||
|
||||
#include "FLAC/config.h"
|
||||
#include "FLAC/format.h"
|
||||
|
||||
/*
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user