Skip to content

Commit b9fe494

Browse files
committed
mux_generic: remove includes of unused header files
1 parent 3085057 commit b9fe494

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/hal/components/mux_generic.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
#include "rtapi.h"
2121
#include "rtapi_app.h"
2222
#include "hal.h"
23-
#include "hal_priv.h"
2423

25-
#if !defined(__KERNEL__)
26-
#include <stdio.h>
27-
#include <stdlib.h>
28-
#endif
2924

3025
/* module information */
3126
MODULE_AUTHOR("Andy Pugh");

0 commit comments

Comments
 (0)