Remove unneeded includes.

This commit is contained in:
2022-05-28 12:13:45 +01:00
parent f939b99be2
commit f91661f06e
3 changed files with 1 additions and 9 deletions

View File

@@ -32,10 +32,6 @@
#ifndef LIBAARUFORMAT_CONTEXT_H #ifndef LIBAARUFORMAT_CONTEXT_H
#define LIBAARUFORMAT_CONTEXT_H #define LIBAARUFORMAT_CONTEXT_H
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "structs.h" #include "structs.h"
typedef struct aaruformatContext typedef struct aaruformatContext

View File

@@ -33,10 +33,6 @@
#ifndef LIBAARUFORMAT_DECLS_H #ifndef LIBAARUFORMAT_DECLS_H
#define LIBAARUFORMAT_DECLS_H #define LIBAARUFORMAT_DECLS_H
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#ifdef __cplusplus #ifdef __cplusplus
#define EXTERNC extern "C" #define EXTERNC extern "C"
#else #else

View File

@@ -39,7 +39,7 @@
#include <aaru.h> #include <aaru.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdio.h>
#include "enums.h" #include "enums.h"