comparison includes.h @ 1515:d68d61e7056a

include config.h for options.h. don't need to include options.h when includes.h brings it in
author Matt Johnston <matt@ucc.asn.au>
date Sun, 18 Feb 2018 11:22:13 +0800
parents 89f8c5960527
children bb8eaa26bc93
comparison
equal deleted inserted replaced
1514:6c16a05023aa 1515:d68d61e7056a
24 24
25 #ifndef DROPBEAR_INCLUDES_H_ 25 #ifndef DROPBEAR_INCLUDES_H_
26 #define DROPBEAR_INCLUDES_H_ 26 #define DROPBEAR_INCLUDES_H_
27 27
28 28
29 #include "config.h"
30 #include "options.h" 29 #include "options.h"
31 #include "debug.h" 30 #include "debug.h"
32 31
33 #include <sys/types.h> 32 #include <sys/types.h>
34 #include <sys/ioctl.h> 33 #include <sys/ioctl.h>