From 80cf60efec79ac63cc3a26c6ad8f86790a385847 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Apr 2020 09:48:32 +0200 Subject: Canonicalize config.h include Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif --- testsuites/tmtests/tmcontext01/init.c | 2 +- testsuites/tmtests/tmfine01/init.c | 2 +- testsuites/tmtests/tmtimer01/init.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/tmtests') diff --git a/testsuites/tmtests/tmcontext01/init.c b/testsuites/tmtests/tmcontext01/init.c index be4c606c07..d1f88e045a 100644 --- a/testsuites/tmtests/tmcontext01/init.c +++ b/testsuites/tmtests/tmcontext01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/tmtests/tmfine01/init.c b/testsuites/tmtests/tmfine01/init.c index 1fe7c22d83..bf24ca138f 100644 --- a/testsuites/tmtests/tmfine01/init.c +++ b/testsuites/tmtests/tmfine01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/tmtests/tmtimer01/init.c b/testsuites/tmtests/tmtimer01/init.c index 3d337e693b..c95ca80f3a 100644 --- a/testsuites/tmtests/tmtimer01/init.c +++ b/testsuites/tmtests/tmtimer01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" -- cgit v1.2.3