mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Removed some unused #includes from LocalFileStream. This should also clean
up some compile warnings on non Windows platforms.
This commit is contained in:
parent
d8685e314c
commit
a3b7a541cc
@ -39,6 +39,8 @@
|
||||
#include <core/config.h>
|
||||
#include <core/support/Common.h>
|
||||
#include <core/config.h>
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
|
||||
static const std::string TAG = "LocalFileStream";
|
||||
|
||||
|
@ -34,15 +34,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
#include <boost/iostreams/stream_buffer.hpp>
|
||||
#include <boost/iostreams/device/file_descriptor.hpp>
|
||||
|
||||
#include <core/config.h>
|
||||
#include <core/sdk/IDataStream.h>
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
|
||||
namespace musik { namespace core { namespace io {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user