Commit 14412c86 authored by Max Kellermann's avatar Max Kellermann

add a few IWYU pragmas

parent c5cc256b
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef MPD_AUDIO_FORMAT_HXX #ifndef MPD_AUDIO_FORMAT_HXX
#define MPD_AUDIO_FORMAT_HXX #define MPD_AUDIO_FORMAT_HXX
#include "pcm/SampleFormat.hxx" #include "pcm/SampleFormat.hxx" // IWYU pragma: export
#include "util/Compiler.h" #include "util/Compiler.h"
#include <chrono> #include <chrono>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "util/Compiler.h" #include "util/Compiler.h"
#include <forward_list> #include <forward_list> // IWYU pragma: export
struct ConfigBlock; struct ConfigBlock;
class InputStream; class InputStream;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef STRING_FORMAT_HXX #ifndef STRING_FORMAT_HXX
#define STRING_FORMAT_HXX #define STRING_FORMAT_HXX
#include "StringBuffer.hxx" #include "StringBuffer.hxx" // IWYU pragma: export
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment