Commit 6d573d58 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compile warning

parent e62166c6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
*******************************************************************************************************/
#include "options.h"

#ifdef AMBISONICS_CONVENTIONS
#include <stdint.h>
#include <assert.h>
#include "ivas_cnst.h"
@@ -351,4 +350,3 @@ int16_t reorder_channels( float *in[], float *out[], int16_t order, AMBI_CHANNEL

    return 0;
}
 No newline at end of file
#endif