commit 6891b279d2aa6d7d2600f62f567ad1dc69c20ff7 parent aac2f93b97d7302659bc733a7d6e1f874ad3f46e Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Mon, 20 Sep 2021 14:47:59 +0200 Further simplify the headers Diffstat:
M | include/clap/clap.h | | | 8 | +------- |
M | include/clap/ext/audio-ports.h | | | 1 | + |
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -25,11 +25,5 @@ #pragma once -#include <stdbool.h> -#include <stddef.h> -#include <stdint.h> - -#include "macros.h" -#include "version.h" -#include "string-sizes.h" #include "plugin.h" +#include "host.h" diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h @@ -2,6 +2,7 @@ #include "../clap.h" #include "../chmap.h" +#include "../string-sizes.h" /// @page Audio Ports ///