Skip to content

Commit becb041

Browse files
committed
Removed unused includes;
removed redundant "C" type specifier
1 parent ec81157 commit becb041

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

example/LonStackExample1.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,15 @@
3131

3232
#include "IzotConfig.h" // Project-specific configuration
3333
#include "IzotApi.h" // LON Stack API definition
34-
#include "IzotTypes.h" // LON Stack and IAP type definitions
35-
#include "lcs_custom.h"
36-
#include "lcs_api.h"
3734

3835
#ifdef __cplusplus
3936
extern "C" {
4037
#endif
4138

4239
// Function prototypes.
4340

44-
extern "C" IzotApiError SetUpExample1(void);
45-
extern "C" IzotApiError LoopExample1(void);
41+
extern IzotApiError SetUpExample1(void);
42+
extern IzotApiError LoopExample1(void);
4643

4744
// Domain definition.
4845

0 commit comments

Comments
 (0)