Skip to content
Snippets Groups Projects
Commit 7db49d28 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Move include to header

parent 696bfc81
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@
#include <iocsh.h>
#include <osiFileName.h>
#include <recSup.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -3,6 +3,8 @@
#pragma once
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment