Skip to content

Remove unneeded headers from the proxy library #321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/proxy_lib/proxy_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#endif

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Expand Down
2 changes: 0 additions & 2 deletions src/proxy_lib/proxy_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#ifndef UMF_PROXY_LIB_H
#define UMF_PROXY_LIB_H 1

#include <stddef.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
2 changes: 0 additions & 2 deletions src/proxy_lib/proxy_lib_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#include <Windows.h>

#include <stdio.h>

#include "proxy_lib.h"

static void proxy_lib_create(void) { proxy_lib_create_common(); }
Expand Down