Skip to content

Commit 8b4b91e

Browse files
authored
Merge pull request #321 from ldorau/Remove_unneeded_headers_from_the_proxy_library
Remove unneeded headers from the proxy library
2 parents 442026a + 10fa7b7 commit 8b4b91e

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/proxy_lib/proxy_lib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#endif
2929

3030
#include <assert.h>
31-
#include <stdio.h>
3231
#include <stdlib.h>
3332
#include <string.h>
3433

src/proxy_lib/proxy_lib.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#ifndef UMF_PROXY_LIB_H
99
#define UMF_PROXY_LIB_H 1
1010

11-
#include <stddef.h>
12-
1311
#ifdef __cplusplus
1412
extern "C" {
1513
#endif

src/proxy_lib/proxy_lib_windows.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#include <Windows.h>
1111

12-
#include <stdio.h>
13-
1412
#include "proxy_lib.h"
1513

1614
static void proxy_lib_create(void) { proxy_lib_create_common(); }

0 commit comments

Comments
 (0)