summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/speex/resample.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/codecs/speex/resample.c b/codecs/speex/resample.c
index 148565d028..e2489b5fd7 100644
--- a/codecs/speex/resample.c
+++ b/codecs/speex/resample.c
@@ -57,9 +57,7 @@
The latter both reduces CPU time and makes the algorithm more SIMD-friendly.
*/
-#include "config.h"
-
-#include "wsutil/ws_diag_control.h"
+#include <config.h>
#define OUTSIDE_SPEEX 1
#define FLOATING_POINT 1