commit | 3b2f9d3ca85a51f6e5ed2b046a9c2ad73f0d613a | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue Oct 16 21:31:29 2018 +0100 |
committer | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Feb 07 10:37:39 2019 +0000 |
tree | b29a6b31ba08ebb2b03045fb4d61ac7e5f4ce198 | |
parent | 3169dc0619f6a4c0b141e46eeda8dfcdebc75312 [diff] |
query_config.c: remove duplicated inc of platform.h
diff --git a/programs/ssl/query_config.c b/programs/ssl/query_config.c index 1a773c2..43da6d6 100644 --- a/programs/ssl/query_config.c +++ b/programs/ssl/query_config.c
@@ -77,7 +77,6 @@ #include "mbedtls/pkcs11.h" #include "mbedtls/pkcs12.h" #include "mbedtls/pkcs5.h" -#include "mbedtls/platform.h" #include "mbedtls/platform_time.h" #include "mbedtls/platform_util.h" #include "mbedtls/poly1305.h"