[PATCH 24/32] testsuite/xeno-test: Rearrange includes
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <20260508-wip-flo-refactor-includes-v1-24-e449f2bd4fc2@siemens.com> |
Moving from "local to global" should help us to keep headers self-contained. Signed-off-by: Florian Bezdeka <[email protected]> --- testsuite/xeno-test/xeno-test-run.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/testsuite/xeno-test/xeno-test-run.c b/testsuite/xeno-test/xeno-test-run.c index 6d1bb96c0c4bb90a4d2fbc47b9c58a71db2e494c..1ec2674a469e0a5a34d2712ac10c9b7e46534aa4 100644 --- a/testsuite/xeno-test/xeno-test-run.c +++ b/testsuite/xeno-test/xeno-test-run.c @@ -1,17 +1,13 @@ +#include <ctype.h> +#include <errno.h> +#include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <errno.h> -#include <ctype.h> - -#include <sys/types.h> -#include <fcntl.h> #include <sys/stat.h> -#include <unistd.h> -#include <signal.h> #include <sys/wait.h> -#include <sys/select.h> #include <time.h> +#include <unistd.h> #define CHILD_SCRIPT 0 #define CHILD_CHECKED 1 -- 2.54.0