]> sourceware.org Git - glibc.git/commitdiff
support: Remove #include <config.h>
authorFlorian Weimer <fweimer@redhat.com>
Fri, 16 Aug 2024 14:05:19 +0000 (16:05 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 16 Aug 2024 14:05:19 +0000 (16:05 +0200)
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>
support/timespec-add.c
support/timespec-sub.c

index 55fd812f319d8ae60190b0b183b11b62b918e7ea..57b968c31650cd28ce1bc4746ded0bb2ffc0af3f 100644 (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"
index 7d89c1415afbb32859386939af578ba164b7aa52..2897343fcea6350c7db16547ca807db805df877e 100644 (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"
This page took 0.034531 seconds and 5 git commands to generate.