Skip to content

Commit

Permalink
[mbedtls] Remove unused includes and use angled brackets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Apr 26, 2024
1 parent 867a2ef commit 24b581e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/mbedtls/mbedtls_stubs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <ctype.h>
#include <string.h>
#include <stdio.h>

Expand All @@ -18,13 +17,10 @@
#include <caml/callback.h>
#include <caml/custom.h>

#include "mbedtls/debug.h"
#include "mbedtls/error.h"
#include "mbedtls/config.h"
#include "mbedtls/ssl.h"
#include "mbedtls/entropy.h"
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/certs.h"
#include "mbedtls/oid.h"

#define PVoid_val(v) (*((void**) Data_custom_val(v)))
Expand Down

0 comments on commit 24b581e

Please sign in to comment.