Skip to content

Commit 9d4223b

Browse files
committed
Remove redundant deps from patch_bin
1 parent 35fed06 commit 9d4223b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/src/linux/patch_test.bin.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#include <stdio.h>
2-
#include <stdlib.h>
3-
#include <unistd.h>
42
#include <string.h>
53

64
#include "patch_test.so.h"

examples/src/linux/patch_test.so.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
#include <stdio.h>
2-
#include <stdlib.h>
3-
#include <unistd.h>
41

52
const char *patch_test_value = "gniliq";
6-

0 commit comments

Comments
 (0)