diff options
author | David Robillard <d@drobilla.net> | 2020-09-27 15:35:56 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-27 15:35:56 +0200 |
commit | e102c25959461d5b961bdb42c725cedfb91ba2df (patch) | |
tree | 99889ca2ded150ea53a9ee0216a6ba2d9cc9c535 /suil | |
parent | 85bf9bc3a671216ffa4909b7988c47ba923036af (diff) | |
download | suil-e102c25959461d5b961bdb42c725cedfb91ba2df.tar.gz suil-e102c25959461d5b961bdb42c725cedfb91ba2df.tar.bz2 suil-e102c25959461d5b961bdb42c725cedfb91ba2df.zip |
Clean up includes and forward declarations
Diffstat (limited to 'suil')
-rw-r--r-- | suil/suil.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/suil/suil.h b/suil/suil.h index 9fd4e65..48b418e 100644 --- a/suil/suil.h +++ b/suil/suil.h @@ -21,10 +21,10 @@ #ifndef SUIL_SUIL_H #define SUIL_SUIL_H -#include <stdint.h> - #include "lv2/core/lv2.h" +#include <stdbool.h> + #ifdef _WIN32 # define SUIL_LIB_IMPORT __declspec(dllimport) # define SUIL_LIB_EXPORT __declspec(dllexport) @@ -45,8 +45,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif /** |