Skip to content

Commit 2d3e932

Browse files
committed
Replace backslash in include paths with posix slash.
1 parent 0a849af commit 2d3e932

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+99
-99
lines changed

src/framework/events/vscp_evt_alarm.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This file is automatically generated. Don't change it manually.
4343
INCLUDES
4444
*******************************************************************************/
4545
#include "vscp_evt_alarm.h"
46-
#include "..\core\vscp_core.h"
47-
#include "..\core\vscp_class_l1.h"
48-
#include "..\core\vscp_type_alarm.h"
46+
#include "../core/vscp_core.h"
47+
#include "../core/vscp_class_l1.h"
48+
#include "../core/vscp_type_alarm.h"
4949

5050
/*******************************************************************************
5151
COMPILER SWITCHES

src/framework/events/vscp_evt_alarm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This file is automatically generated. Don't change it manually.
4747
INCLUDES
4848
*******************************************************************************/
4949
#include <stdint.h>
50-
#include "..\user\vscp_platform.h"
50+
#include "../user/vscp_platform.h"
5151

5252
#ifdef __cplusplus
5353
extern "C"

src/framework/events/vscp_evt_aol.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This file is automatically generated. Don't change it manually.
4343
INCLUDES
4444
*******************************************************************************/
4545
#include "vscp_evt_aol.h"
46-
#include "..\core\vscp_core.h"
47-
#include "..\core\vscp_class_l1.h"
48-
#include "..\core\vscp_type_aol.h"
46+
#include "../core/vscp_core.h"
47+
#include "../core/vscp_class_l1.h"
48+
#include "../core/vscp_type_aol.h"
4949

5050
/*******************************************************************************
5151
COMPILER SWITCHES

src/framework/events/vscp_evt_aol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This file is automatically generated. Don't change it manually.
4747
INCLUDES
4848
*******************************************************************************/
4949
#include <stdint.h>
50-
#include "..\user\vscp_platform.h"
50+
#include "../user/vscp_platform.h"
5151

5252
#ifdef __cplusplus
5353
extern "C"

src/framework/events/vscp_evt_configuration.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This file is automatically generated. Don't change it manually.
4343
INCLUDES
4444
*******************************************************************************/
4545
#include "vscp_evt_configuration.h"
46-
#include "..\core\vscp_core.h"
47-
#include "..\core\vscp_class_l1.h"
48-
#include "..\core\vscp_type_configuration.h"
46+
#include "../core/vscp_core.h"
47+
#include "../core/vscp_class_l1.h"
48+
#include "../core/vscp_type_configuration.h"
4949

5050
/*******************************************************************************
5151
COMPILER SWITCHES

src/framework/events/vscp_evt_configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This file is automatically generated. Don't change it manually.
4646
INCLUDES
4747
*******************************************************************************/
4848
#include <stdint.h>
49-
#include "..\user\vscp_platform.h"
49+
#include "../user/vscp_platform.h"
5050

5151
#ifdef __cplusplus
5252
extern "C"

src/framework/events/vscp_evt_control.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This file is automatically generated. Don't change it manually.
4343
INCLUDES
4444
*******************************************************************************/
4545
#include "vscp_evt_control.h"
46-
#include "..\core\vscp_core.h"
47-
#include "..\core\vscp_class_l1.h"
48-
#include "..\core\vscp_type_control.h"
46+
#include "../core/vscp_core.h"
47+
#include "../core/vscp_class_l1.h"
48+
#include "../core/vscp_type_control.h"
4949

5050
/*******************************************************************************
5151
COMPILER SWITCHES

src/framework/events/vscp_evt_control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This file is automatically generated. Don't change it manually.
5050
INCLUDES
5151
*******************************************************************************/
5252
#include <stdint.h>
53-
#include "..\user\vscp_platform.h"
53+
#include "../user/vscp_platform.h"
5454

5555
#ifdef __cplusplus
5656
extern "C"

src/framework/events/vscp_evt_data.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ This file is automatically generated. Don't change it manually.
4343
INCLUDES
4444
*******************************************************************************/
4545
#include "vscp_evt_data.h"
46-
#include "..\core\vscp_core.h"
47-
#include "..\core\vscp_class_l1.h"
48-
#include "..\core\vscp_type_data.h"
49-
#include "..\core\vscp_data_coding.h"
46+
#include "../core/vscp_core.h"
47+
#include "../core/vscp_class_l1.h"
48+
#include "../core/vscp_type_data.h"
49+
#include "../core/vscp_data_coding.h"
5050

5151
/*******************************************************************************
5252
COMPILER SWITCHES

src/framework/events/vscp_evt_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This file is automatically generated. Don't change it manually.
4747
INCLUDES
4848
*******************************************************************************/
4949
#include <stdint.h>
50-
#include "..\user\vscp_platform.h"
50+
#include "../user/vscp_platform.h"
5151

5252
#ifdef __cplusplus
5353
extern "C"

0 commit comments

Comments
 (0)