Skip to content

Commit 6350af4

Browse files
committed
Code dir migration.
1 parent ab769a9 commit 6350af4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include <stdint.h>
4-
#include "types/message.h"
4+
#include "../types/message.h"
55

66
//Information from official vector DBC format spec:
77
//
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <stdint.h>
44
#include <stdlib.h>
55
#include <iostream>
6-
#include "types/message.h"
6+
#include "../types/message.h"
77
#include "dbclineparser.h"
88

99
using namespace std;

0 commit comments

Comments
 (0)