Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
55e34b3b
Commit
55e34b3b
authored
Jun 16, 2018
by
Philipp Schafft
🦁
Browse files
Fix: Removed erroneously defined types
parent
772ce306
Pipeline
#192
passed with stage
in 57 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/format_flac.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include
<ogg/ogg.h>
#include
<string.h>
typedef
struct
source_tag
source_t
;
#include
"refbuf.h"
#include
"format_ogg.h"
#include
"client.h"
...
...
src/format_kate.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include
<string.h>
#include
<ogg/ogg.h>
typedef
struct
source_tag
source_t
;
#include
"refbuf.h"
#include
"format_ogg.h"
#include
"format_kate.h"
...
...
src/format_midi.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include
<ogg/ogg.h>
#include
<string.h>
typedef
struct
source_tag
source_t
;
#include
"refbuf.h"
#include
"format_ogg.h"
#include
"client.h"
...
...
src/format_opus.c
View file @
55e34b3b
...
...
@@ -20,8 +20,6 @@
#include
<string.h>
#include
<ogg/ogg.h>
typedef
struct
source_tag
source_t
;
#include
"format_opus.h"
#include
"stats.h"
#include
"refbuf.h"
...
...
src/format_skeleton.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include
<string.h>
#include
<ogg/ogg.h>
typedef
struct
source_tag
source_t
;
#include
"refbuf.h"
#include
"format_ogg.h"
#include
"format_skeleton.h"
...
...
src/format_speex.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include
<ogg/ogg.h>
#include
<speex/speex_header.h>
typedef
struct
source_tag
source_t
;
#include
"format_speex.h"
#include
"refbuf.h"
#include
"client.h"
...
...
src/format_theora.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include
<ogg/ogg.h>
#include
<theora/theora.h>
typedef
struct
source_tag
source_t
;
#include
"refbuf.h"
#include
"format_ogg.h"
#include
"format_theora.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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