mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
driver/audiodec/basedec.cpp: fix includes for inet radio after includecleanup
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
#include <driver/netfile.h>
|
||||
|
||||
#include <driver/audioplay.h> // for ShoutcastCallback()
|
||||
|
||||
@@ -47,6 +46,7 @@
|
||||
#include "mp3dec.h"
|
||||
#include "oggdec.h"
|
||||
#include "wavdec.h"
|
||||
#include <driver/netfile.h>
|
||||
|
||||
unsigned int CBaseDec::mSamplerate=0;
|
||||
|
||||
|
Reference in New Issue
Block a user