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

@@ -11,7 +11,6 @@
*
* Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.com
*/
#include "options.h"
#include "includes.h"
#include "dbrandom.h"
#include "ltc_prng.h"