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

1
ecc.c
View File

@@ -1,5 +1,4 @@
#include "includes.h"
#include "options.h"
#include "ecc.h"
#include "dbutil.h"
#include "bignum.h"