From: Jani Nikula Date: Wed, 10 May 2017 19:42:10 +0000 (+0300) Subject: compat: don't include compat.h from the feature test source X-Git-Tag: 0.25_rc0~73 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=544b8ec90e54e3921beb26823e255fed6707bc12;hp=d5ed9af0e42c0f32bcababd6ac5ce42ccb1bf283;ds=sidebyside compat: don't include compat.h from the feature test source The feature test code should test the build environment, and none of the compat code should interfere with that. Don't include compat.h from the feature test source. There should be no functional changes here, but this is just the right thing to do. --- diff --git a/compat/have_timegm.c b/compat/have_timegm.c index b62b7937..483fc3b6 100644 --- a/compat/have_timegm.c +++ b/compat/have_timegm.c @@ -1,5 +1,4 @@ #include -#include "compat.h" int main() {