Skip to content

Commit 4bb7154

Browse files
committed
rename Log.h to Log.hpp after refactor to header-only
1 parent 51c9cba commit 4bb7154

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/OpenDriveMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "Lane.h"
1010
#include "LaneSection.h"
1111
#include "LaneValidityRecord.h"
12-
#include "Log.h"
12+
#include "Log.hpp"
1313
#include "Math.hpp"
1414
#include "RefLine.h"
1515
#include "Road.h"

src/Road.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Road.h"
22
#include "Lane.h"
3-
#include "Log.h"
3+
#include "Log.hpp"
44
#include "RefLine.h"
55
#include "RoadMark.h"
66
#include "Utils.hpp"

0 commit comments

Comments
 (0)