Skip to content

Commit 0bdaf49

Browse files
committed
Remove unnecessary includes from proxy_lib_linux.c
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 1682326 commit 0bdaf49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/proxy_lib/proxy_lib_linux.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
*
88
*/
99

10-
#define _GNU_SOURCE
11-
#include <dlfcn.h>
12-
13-
#include <stdio.h>
14-
#include <stdlib.h>
15-
1610
#include "proxy_lib.h"
1711

1812
// The priority 102 is used, because the constructor should be called as the second one

0 commit comments

Comments
 (0)