mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Removed erroneously defined types
This commit is contained in:
parent
772ce30609
commit
55e34b3b52
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user