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
08ccb1f1
Commit
08ccb1f1
authored
Jan 26, 2005
by
Josh Coalson
Browse files
remove unnecessary #includes
parent
a47e20f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libOggFLAC/include/protected/file_decoder.h
View file @
08ccb1f1
...
...
@@ -33,7 +33,6 @@
#define OggFLAC__PROTECTED__FILE_DECODER_H
#include
"OggFLAC/file_decoder.h"
#include
"private/ogg_decoder_aspect.h"
typedef
struct
OggFLAC__FileDecoderProtected
{
OggFLAC__FileDecoderState
state
;
...
...
src/libOggFLAC/include/protected/seekable_stream_decoder.h
View file @
08ccb1f1
...
...
@@ -33,7 +33,6 @@
#define OggFLAC__PROTECTED__SEEKABLE_STREAM_DECODER_H
#include
"OggFLAC/seekable_stream_decoder.h"
#include
"private/ogg_decoder_aspect.h"
typedef
struct
OggFLAC__SeekableStreamDecoderProtected
{
FLAC__bool
md5_checking
;
/* if true, generate MD5 signature of decoded data and compare against signature in the STREAMINFO metadata block */
...
...
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