From ce05352f4241b9a63c344a8d8d339daea1e3f597 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 17 Oct 2020 02:31:17 +0100 Subject: [PATCH] Ensure old hamlibdatetime.h headers in the source dir are ignored (cherry picked from commit f38ee5c6f1805f74ea430c182c6f7259134ae1eb) --- tests/ampctl.c | 2 +- tests/rigctl.c | 2 +- tests/rigctld.c | 2 +- tests/rotctl.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ampctl.c b/tests/ampctl.c index 9c54b0f4b..facb707e9 100644 --- a/tests/ampctl.c +++ b/tests/ampctl.c @@ -24,7 +24,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ -#include "hamlibdatetime.h" +#include #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/tests/rigctl.c b/tests/rigctl.c index 5c482ab74..a23d0696a 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -23,7 +23,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ -#include "hamlibdatetime.h" +#include #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/tests/rigctld.c b/tests/rigctld.c index 7d312944f..4d1e24957 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -71,7 +71,7 @@ #endif #include -#include "hamlibdatetime.h" +#include #include "misc.h" #include "iofunc.h" #include "serial.h" diff --git a/tests/rotctl.c b/tests/rotctl.c index dbcae7486..68f6b7a51 100644 --- a/tests/rotctl.c +++ b/tests/rotctl.c @@ -23,7 +23,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ -#include "hamlibdatetime.h" +#include #ifdef HAVE_CONFIG_H # include "config.h"