diff options
author | Damien Miller <djm@mindrot.org> | 2019-10-02 02:54:28 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-10-02 02:54:28 +0200 |
commit | edd1d3a6261aecbf9a55944fd7be1db83571b46e (patch) | |
tree | bebd81104eda00c6b432ecb50122fb007338fc1b /sandbox-systrace.c | |
parent | typo in comment (diff) | |
download | openssh-edd1d3a6261aecbf9a55944fd7be1db83571b46e.tar.xz openssh-edd1d3a6261aecbf9a55944fd7be1db83571b46e.zip |
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'sandbox-systrace.c')
-rw-r--r-- | sandbox-systrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox-systrace.c b/sandbox-systrace.c index add4c46d0..93e63b8e0 100644 --- a/sandbox-systrace.c +++ b/sandbox-systrace.c @@ -36,7 +36,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <limits.h> #include "atomicio.h" #include "log.h" |