InputStream: move typedef offset_type to Offset.hxx

Reduce header dependencies.
This commit is contained in:
Max Kellermann
2014-08-19 22:29:52 +02:00
parent d87cf5146e
commit bb472206de
17 changed files with 77 additions and 52 deletions

View File

@@ -21,6 +21,7 @@
#define MPD_INPUT_STREAM_HXX
#include "check.h"
#include "Offset.hxx"
#include "thread/Mutex.hxx"
#include "Compiler.h"
@@ -35,7 +36,7 @@ struct Tag;
class InputStream {
public:
typedef uint64_t offset_type;
typedef ::offset_type offset_type;
private:
/**