Skip to content

Commit caa15c8

Browse files
committed
fix(format): Formatting after adding / fixing includes
1 parent 120927a commit caa15c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/libdbc/dbc.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#define DBC_HPP
33

44
#include <cstdint>
5+
#include <istream>
6+
#include <libdbc/message.hpp>
57
#include <regex>
68
#include <string>
79
#include <vector>
8-
#include <istream>
9-
#include <libdbc/message.hpp>
1010

1111
namespace Libdbc {
1212

include/libdbc/message.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#ifndef MESSAGE_HPP
22
#define MESSAGE_HPP
33

4+
#include <cstdint>
45
#include <iostream>
56
#include <libdbc/signal.hpp>
67
#include <string>
78
#include <vector>
8-
#include <cstdint>
99

1010
namespace Libdbc {
1111
struct Message {

0 commit comments

Comments
 (0)