summaryrefslogtreecommitdiff
path: root/krl.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-02 10:54:28 +1000
committerDamien Miller <djm@mindrot.org>2019-10-02 10:54:28 +1000
commitedd1d3a6261aecbf9a55944fd7be1db83571b46e (patch)
treebebd81104eda00c6b432ecb50122fb007338fc1b /krl.c
parent13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff)
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'krl.c')
-rw-r--r--krl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/krl.c b/krl.c
index 10a8bcc87..a7f690955 100644
--- a/krl.c
+++ b/krl.c
@@ -29,7 +29,6 @@
29#include <string.h> 29#include <string.h>
30#include <time.h> 30#include <time.h>
31#include <unistd.h> 31#include <unistd.h>
32#include <stdlib.h>
33 32
34#include "sshbuf.h" 33#include "sshbuf.h"
35#include "ssherr.h" 34#include "ssherr.h"