[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:41:27 +02:00
parent dbba4af26d
commit 185bc5a21c
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include <cstdint>
#include <audio/format.hpp>
#include <audio/channel.hpp>
#include <chrono>
@ -216,5 +216,5 @@ namespace audio {
};
}
}
#include "debugRemove.h"
#include "debugRemove.hpp"

View File

@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include <cstdint>
#include <audio/format.hpp>
#include <audio/channel.hpp>
#include <chrono>

View File

@ -6,7 +6,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include <cstdint>
#include <audio/format.hpp>
#include <audio/channel.hpp>
#include <audio/drain/Process.hpp>

View File

@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include <cstdint>
#include <audio/format.hpp>
#include <audio/channel.hpp>
#include <audio/drain/Algo.hpp>

View File

@ -7,7 +7,7 @@
#include <audio/drain/Algo.hpp>
#ifdef HAVE_SPEEX_DSP_RESAMPLE
#include <speex/speex_resampler.hpp>
#include <speex/speex_resampler.h>
#endif
#include <ememory/memory.hpp>

View File

@ -7,7 +7,7 @@
#include <audio/drain/Algo.hpp>
#ifdef HAVE_SPEEX_DSP_RESAMPLE
#include <speex/speex_resampler.hpp>
#include <speex/speex_resampler.h>
#endif
#include <ememory/memory.hpp>