From f90abe9530ef1075bc9b60e0f08f405d2d86f799 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 28 Nov 2013 11:50:54 +0100 Subject: include cleanup using iwyu --- src/pcm/PcmConvert.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pcm/PcmConvert.hxx') diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx index 4bace1d36..02743b6cc 100644 --- a/src/pcm/PcmConvert.hxx +++ b/src/pcm/PcmConvert.hxx @@ -29,6 +29,7 @@ #include class Error; +class Domain; /** * This object is statically allocated (within another struct), and @@ -100,6 +101,6 @@ private: Error &error); }; -extern const class Domain pcm_convert_domain; +extern const Domain pcm_convert_domain; #endif -- cgit v1.2.3