]> git.sesse.net Git - nageru/blobdiff - nageru/resampling_queue.h
IWYU-fix nageru/*.h.
[nageru] / nageru / resampling_queue.h
index dd55d4c62a85695f6f7b737ec46eb27321f70433..31ea4e47b2feec508de1075dd93e9a1e3fd5c6cf 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include <stddef.h>
 #include <sys/types.h>
 #include <zita-resampler/vresampler.h>
 #include <chrono>
 #include <deque>
-#include <memory>
+#include <string>
 
-#include "defs.h"
-#include "input_mapping.h"
 
 class ResamplingQueue {
 public: