Skip to content

Commit f159934

Browse files
committed
Fix include paths.
#10
1 parent 0e18309 commit f159934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/framework/events/vscp_evt_information.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_information.h"
46-
#include "vscp_core.h"
47-
#include "vscp_class_l1.h"
48-
#include "vscp_type_information.h"
46+
#include "..\core\vscp_core.h"
47+
#include "..\core\vscp_class_l1.h"
48+
#include "..\core\vscp_type_information.h"
4949

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

0 commit comments

Comments
 (0)