include config.h for options.h. don't need to include options.h when

includes.h brings it in
This commit is contained in:
Matt Johnston
2018-02-18 11:22:13 +08:00
parent c2f2f2b817
commit 802dace05e
11 changed files with 5 additions and 10 deletions

View File

@@ -26,7 +26,6 @@
#define DROPBEAR_SESSION_H_
#include "includes.h"
#include "options.h"
#include "buffer.h"
#include "signkey.h"
#include "kex.h"