[PATCH v2 19/20] lib/cobalt: thread: Cleanup and reorder includes
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <20260302-wip-flo-fix-time64-32bit-native-v2-19-7caefce29bcd@siemens.com> |
Moving to "from private to public" order. Should help us to make sure headers stay self-contained. Signed-off-by: Florian Bezdeka <[email protected]> --- lib/cobalt/thread.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/cobalt/thread.c b/lib/cobalt/thread.c index e237e7ba1e85166a7b39a62a6a2d35550a1df009..264fd6dda90e9afb82f5d6b7a7294928db6e598e 100644 --- a/lib/cobalt/thread.c +++ b/lib/cobalt/thread.c @@ -16,15 +16,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <stddef.h> +#include "internal.h" + +#include <asm/xenomai/syscall.h> + #include <string.h> #include <errno.h> #include <unistd.h> #include <pthread.h> -#include <sys/types.h> #include <semaphore.h> -#include <asm/xenomai/syscall.h> -#include "internal.h" /** * @ingroup cobalt_api -- 2.53.0