Skip to content

Commit 326f220

Browse files
committed
Merge remote-tracking branch 'origin/2.9'
* origin/2.9: docs: apply some bugfixes from master to writing-tests.adoc mux_generic: remove includes of unused header files Added new file code/writing-tests.adoc to set of translated files. Document how to run and write tests
2 parents c37aeff + a60dd88 commit 326f220

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)