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:
Jani Nikula 2017-05-10 22:42:10 +03:00 committed by David Bremner
parent d5ed9af0e4
commit 544b8ec90e

View file

@ -1,5 +1,4 @@
#include <time.h>
#include "compat.h"
int main()
{