mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
d5ed9af0e4
commit
544b8ec90e
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#include <time.h>
|
||||
#include "compat.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue