Compiler.h: move to util/

This commit is contained in:
Max Kellermann
2018-08-20 16:19:17 +02:00
parent 0ebba73cb8
commit ec54754e22
202 changed files with 201 additions and 201 deletions

View File

@@ -23,7 +23,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
/**
* A naive resampler that is used when no external library was found

View File

@@ -21,7 +21,7 @@
#define MPD_PCM_INTERLEAVE_HXX
#include "check.h"
#include "Compiler.h"
#include "util/Compiler.h"
#include "util/ConstBuffer.hxx"
#include <stdint.h>

View File

@@ -23,7 +23,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <samplerate.h>

View File

@@ -21,7 +21,7 @@
#define PCM_BUFFER_HXX
#include "util/ReusableArray.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdint.h>

View File

@@ -21,7 +21,7 @@
#define MPD_PCM_MIX_HXX
#include "SampleFormat.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
#include <stddef.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_PCM_UTILS_H
#define MPD_PCM_UTILS_H
#include "Compiler.h"
#include "util/Compiler.h"
#include <limits>

View File

@@ -21,7 +21,7 @@
#define MPD_PCM_RESAMPLER_HXX
#include "util/ConstBuffer.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
struct AudioFormat;

View File

@@ -20,7 +20,7 @@
#ifndef MPD_PCM_SAMPLE_FORMAT_HXX
#define MPD_PCM_SAMPLE_FORMAT_HXX
#include "Compiler.h"
#include "util/Compiler.h"
#include <stdint.h>

View File

@@ -22,7 +22,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "Compiler.h"
#include "util/Compiler.h"
struct AudioFormat;
struct ConfigBlock;