diff --git a/include/aaruformat/context.h b/include/aaruformat/context.h index 416a7fc..feadcf5 100644 --- a/include/aaruformat/context.h +++ b/include/aaruformat/context.h @@ -32,10 +32,6 @@ #ifndef LIBAARUFORMAT_CONTEXT_H #define LIBAARUFORMAT_CONTEXT_H -#include -#include -#include - #include "structs.h" typedef struct aaruformatContext diff --git a/include/aaruformat/decls.h b/include/aaruformat/decls.h index bb78a7c..4ce0d6f 100644 --- a/include/aaruformat/decls.h +++ b/include/aaruformat/decls.h @@ -33,10 +33,6 @@ #ifndef LIBAARUFORMAT_DECLS_H #define LIBAARUFORMAT_DECLS_H -#include -#include -#include - #ifdef __cplusplus #define EXTERNC extern "C" #else diff --git a/include/aaruformat/structs.h b/include/aaruformat/structs.h index a5e1101..2f5775d 100644 --- a/include/aaruformat/structs.h +++ b/include/aaruformat/structs.h @@ -39,7 +39,7 @@ #include #include -#include +#include #include "enums.h"