Skip to content

Commit 68836be

Browse files
authored
Merge pull request #250 from ldorau/Remove_unnecessary_includes_from_proxy_lib_linux.c
Remove unnecessary includes from proxy_lib_linux.c
2 parents 1682326 + 0bdaf49 commit 68836be

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)