Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
febdca98
Commit
febdca98
authored
May 25, 2001
by
Josh Coalson
Browse files
remove config.h
parent
a2fd3b83
Changes
5
Hide whitespace changes
Inline
Side-by-side
include/FLAC/all.h
View file @
febdca98
...
...
@@ -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"
...
...
src/libFLAC/cpu.c
View file @
febdca98
...
...
@@ -17,7 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#include
"FLAC/config.h"
#include
"private/cpu.h"
#include
<stdlib.h>
#include
<stdio.h>
...
...
src/libFLAC/include/private/cpu.h
View file @
febdca98
...
...
@@ -20,7 +20,6 @@
#ifndef FLAC__PRIVATE__CPU_H
#define FLAC__PRIVATE__CPU_H
#include
"FLAC/config.h"
#include
"FLAC/ordinals.h"
typedef
enum
{
...
...
src/libFLAC/include/private/fixed.h
View file @
febdca98
...
...
@@ -20,7 +20,6 @@
#ifndef FLAC__PRIVATE__FIXED_H
#define FLAC__PRIVATE__FIXED_H
#include
"FLAC/config.h"
#include
"FLAC/format.h"
/*
...
...
src/libFLAC/include/private/lpc.h
View file @
febdca98
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment