File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
#define _THETHINGSMESSAGE_H_
6
6
7
7
#include " TheThingsNetwork.h"
8
- #include < pb.h>
9
- #include < pb_encode.h>
10
- #include < pb_decode.h>
8
+ #include " pb.h"
9
+ #include " pb_encode.h"
10
+ #include " pb_decode.h"
11
11
#include " deviceData.pb.h"
12
12
#include " appData.pb.h"
13
13
Original file line number Diff line number Diff line change 3
3
4
4
#ifndef PB_API_APPDATA_PB_H_INCLUDED
5
5
#define PB_API_APPDATA_PB_H_INCLUDED
6
- #include < pb.h>
6
+ #include " pb.h"
7
7
8
8
/* @@protoc_insertion_point(includes) */
9
9
#if PB_PROTO_HEADER_VERSION != 30
Original file line number Diff line number Diff line change 3
3
4
4
#ifndef PB_API_DEVICEDATA_PB_H_INCLUDED
5
5
#define PB_API_DEVICEDATA_PB_H_INCLUDED
6
- #include < pb.h>
6
+ #include " pb.h"
7
7
8
8
/* @@protoc_insertion_point(includes) */
9
9
#if PB_PROTO_HEADER_VERSION != 30
You can’t perform that action at this time.
0 commit comments