Mercurial > dropbear
comparison session.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 | 0c16b4ccbd54 |
children | fa733a314bee |
comparison
equal
deleted
inserted
replaced
1514:6c16a05023aa | 1515:d68d61e7056a |
---|---|
24 | 24 |
25 #ifndef DROPBEAR_SESSION_H_ | 25 #ifndef DROPBEAR_SESSION_H_ |
26 #define DROPBEAR_SESSION_H_ | 26 #define DROPBEAR_SESSION_H_ |
27 | 27 |
28 #include "includes.h" | 28 #include "includes.h" |
29 #include "options.h" | |
30 #include "buffer.h" | 29 #include "buffer.h" |
31 #include "signkey.h" | 30 #include "signkey.h" |
32 #include "kex.h" | 31 #include "kex.h" |
33 #include "auth.h" | 32 #include "auth.h" |
34 #include "channel.h" | 33 #include "channel.h" |