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

@@ -3,7 +3,7 @@
/* This header defines some things that are also used by libtomcrypt/math.
We avoid including normal include.h since that can result in conflicting
definitinos - only include config.h */
definitions - only include config.h */
#include "config.h"
#ifdef __GNUC__