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