1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Cleanup: Removed useless #includes

This commit is contained in:
Philipp Schafft 2018-05-28 11:27:04 +00:00
parent 4f90399257
commit 306cc58d74

View File

@ -19,15 +19,9 @@
#include "common/thread/thread.h"
#include "common/avl/avl.h"
#include "common/httpp/httpp.h"
#include "connection.h"
#include "refbuf.h"
#include "client.h"
#include "source.h"
#include "format.h"
#include "global.h"
#include "source.h"
ice_global_t global;