Skip to content

Commit 92ae560

Browse files
committed
odb: clang-tidy requested changes
Signed-off-by: osamahammad21 <[email protected]>
1 parent a2bceac commit 92ae560

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/odb/src/3dblox/3dblox.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <set>
1010
#include <sstream>
1111
#include <string>
12+
#include <unordered_set>
1213
#include <vector>
1314

1415
#include "bmapParser.h"

src/odb/src/3dblox/dbvWriter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
#include "baseWriter.h"
1313
#include "odb/db.h"
1414
#include "odb/defout.h"
15-
#include "odb/lefout.h"
1615
#include "utl/Logger.h"
17-
#include "utl/ScopedTemporaryFile.h"
1816
namespace odb {
1917

2018
DbvWriter::DbvWriter(utl::Logger* logger, odb::dbDatabase* db)

0 commit comments

Comments
 (0)