Remove explicit '#include <config.h>' from the header files (the include should not have been there in the first place)

This commit is contained in:
Ondřej Surý 2019-03-08 14:56:00 +01:00
parent 78d0cb0a7d
commit 1b25d8a0ca
6 changed files with 0 additions and 12 deletions

View file

@ -9,8 +9,6 @@
* information regarding copyright ownership.
*/
#include <config.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

View file

@ -25,8 +25,6 @@
#pragma once
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>

View file

@ -11,8 +11,6 @@
/*! \file */
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>

View file

@ -11,8 +11,6 @@
#pragma once
#include <config.h>
#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>

View file

@ -11,8 +11,6 @@
/*! \file */
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>

View file

@ -11,8 +11,6 @@
/*! \file */
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>