diff options
author | Matthew Gregan <[email protected]> | 2016-09-22 01:40:55 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-10-12 17:06:10 +1300 |
commit | 0aea9e0438cabfe6703d587547c3a74e11380489 (patch) | |
tree | e676269f45f44b69176207df0e1c918fcac119b1 /src/cubeb_resampler.cpp | |
parent | 22557d466eceb6ff6ba70ae30d2dcd87648cde0b (diff) | |
download | cubeb-0aea9e0438cabfe6703d587547c3a74e11380489.tar.gz cubeb-0aea9e0438cabfe6703d587547c3a74e11380489.zip |
Replace autotools build system with CMake.
Diffstat (limited to 'src/cubeb_resampler.cpp')
-rw-r--r-- | src/cubeb_resampler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cubeb_resampler.cpp b/src/cubeb_resampler.cpp index 7b9326e..f667694 100644 --- a/src/cubeb_resampler.cpp +++ b/src/cubeb_resampler.cpp @@ -4,7 +4,6 @@ * This program is made available under an ISC-style license. See the * accompanying file LICENSE for details. */ - #ifndef NOMINMAX #define NOMINMAX #endif // NOMINMAX @@ -15,9 +14,6 @@ #include <cstring> #include <cstddef> #include <cstdio> -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif #include "cubeb_resampler.h" #include "cubeb-speex-resampler.h" #include "cubeb_resampler_internal.h" |