Skip to content
Permalink
Browse files
Remove double stdlib.h
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
  • Loading branch information
Jakuje committed Oct 1, 2019
1 parent 49daca6 commit 88038f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 hmac.c
@@ -21,7 +21,6 @@

#include <stdlib.h>
#include <string.h>
#include <stdlib.h>

#include "sshbuf.h"
#include "digest.h"
1 krl.c
@@ -29,7 +29,6 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <stdlib.h>

#include "sshbuf.h"
#include "ssherr.h"
1 mac.c
@@ -30,7 +30,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

#include "digest.h"
#include "hmac.h"
@@ -25,7 +25,6 @@
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>

#include "xmalloc.h"
#include "sftp.h"

0 comments on commit 88038f8

Please sign in to comment.