diff options
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/test/bindings_test_plugin.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c index 3d6c763..8518117 100644 --- a/bindings/test/bindings_test_plugin.c +++ b/bindings/test/bindings_test_plugin.c @@ -15,10 +15,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/** Include standard C headers */ -#include <math.h> -#include <stdlib.h> - /** LV2 headers are based on the URI of the specification they come from, so a consistent convention can be used even for unofficial extensions. The URI @@ -28,6 +24,10 @@ */ #include "lv2/lv2plug.in/ns/lv2core/lv2.h" +/** Include standard C headers */ +#include <math.h> +#include <stdlib.h> + /** The URI is the identifier for a plugin, and how the host associates this implementation in code with its description in data. In this plugin it is |