diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-06-30 02:46:07 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-06-30 02:46:07 +0200 |
commit | d393f6c0ffbabd9b331cf17cd3ad96cb2e7c69ba (patch) | |
tree | 71424ded09b93d61be9652e061247af77bb88e33 /tune | |
parent | 4cbbc3e095b0c7d4705f5a61a5a4794e53c4e5e6 (diff) | |
download | gmp-d393f6c0ffbabd9b331cf17cd3ad96cb2e7c69ba.tar.gz |
* gmp-impl.h, mpn/tests/try.c, mpn/tests/spinner.c, tune/speed.c:
Use config.h unconditionally, not under HAVE_CONFIG_H.
Diffstat (limited to 'tune')
-rw-r--r-- | tune/speed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tune/speed.c b/tune/speed.c index d674386ef..b2c5dd0b9 100644 --- a/tune/speed.c +++ b/tune/speed.c @@ -33,9 +33,7 @@ MA 02111-1307, USA. */ -#if HAVE_CONFIG_H #include "config.h" -#endif #if HAVE_GETOPT_H #include <getopt.h> /* for getopt_long() */ |