From bb472206dee0adcff09b2efccfb5795101b45705 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Aug 2014 22:29:52 +0200 Subject: InputStream: move typedef offset_type to Offset.hxx Reduce header dependencies. --- src/input/InputStream.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/input/InputStream.hxx') diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 19cf0a2de..15c350103 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -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: /** -- cgit v1.2.3