diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2022-09-15 00:30:31 -0500 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-09-15 00:44:01 -0500 |
| commit | b29ef22135c57a032c3c8d65b345a8f16e7b2b26 (patch) | |
| tree | bab03f4246bc064ed37b5632fed0cc2b00a45687 /src/blake2/blake2-impl.h | |
| parent | build: update gnulib submodule to latest (diff) | |
| download | coreutils-b29ef22135c57a032c3c8d65b345a8f16e7b2b26.tar.gz coreutils-b29ef22135c57a032c3c8d65b345a8f16e7b2b26.zip | |
maint: don’t include config.h twice
* gl/lib/fadvise.h, gl/lib/smack.h, src/blake2/blake2-impl.h:
Do not include config.h from a .h file. config.h is supposed
to be included once, at the start of compilation and before
any other file.
Diffstat (limited to 'src/blake2/blake2-impl.h')
| -rw-r--r-- | src/blake2/blake2-impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/blake2/blake2-impl.h b/src/blake2/blake2-impl.h index 7ecc8a615..02a1b8fec 100644 --- a/src/blake2/blake2-impl.h +++ b/src/blake2/blake2-impl.h @@ -15,9 +15,6 @@ #ifndef BLAKE2_IMPL_H #define BLAKE2_IMPL_H -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif #ifndef WORDS_BIGENDIAN # define NATIVE_LITTLE_ENDIAN 1 #endif |
