[PATCH 11/32] testsuite/clocktest: Rearrange includes
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <20260508-wip-flo-refactor-includes-v1-11-e449f2bd4fc2@siemens.com> |
Moving from "local to global" should help us to keep headers self-contained. Signed-off-by: Florian Bezdeka <[email protected]> --- testsuite/clocktest/clocktest.c | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/testsuite/clocktest/clocktest.c b/testsuite/clocktest/clocktest.c index 283d33ccda77285483e06b781ad1feda53b52556..ae50dd9690235cf11c2326d6171d9ab333ae8605 100644 --- a/testsuite/clocktest/clocktest.c +++ b/testsuite/clocktest/clocktest.c @@ -16,22 +16,16 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <errno.h> -#include <pthread.h> -#include <sched.h> +#include <boilerplate/ancillaries.h> + +#include <ctype.h> +#include <error.h> #include <signal.h> +#include <stdint.h> #include <stdio.h> -#include <error.h> #include <stdlib.h> -#include <stdint.h> -#include <ctype.h> #include <string.h> -#include <time.h> -#include <unistd.h> #include <sys/syscall.h> -#include <sys/time.h> -#include <boilerplate/ancillaries.h> -#include <xeno_config.h> /* * We can't really trust POSIX headers to check for features, since -- 2.54.0