1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fix: Removed erroneously defined types

This commit is contained in:
Philipp Schafft 2018-06-16 14:30:46 +00:00
parent 772ce30609
commit 55e34b3b52
7 changed files with 0 additions and 14 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"