support: Remove #include <config.h>

This is not needed: include/intprops.h has its own detection logic.
It makes building these files outside of glibc easer.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer 2024-08-16 16:05:19 +02:00
parent 9fb237a1c8
commit 91ae020f5a
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@
/* Return the sum of two timespec values A and B. On overflow, return
an extremal value. This assumes 0 <= tv_nsec < TIMESPEC_HZ. */
#include <config.h>
#include "timespec.h"
#include "intprops.h"

View File

@ -21,7 +21,6 @@
overflow, return an extremal value. This assumes 0 <= tv_nsec <
TIMESPEC_HZ. */
#include <config.h>
#include "timespec.h"
#include "intprops.h"