Skip to content

Commit 1797b79

Browse files
committed
odb: fix includes and ignore clang
Signed-off-by: osamahammad21 <[email protected]>
1 parent c8e0c94 commit 1797b79

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33

44
#include "baseWriter.h"
55

6-
#include <yaml-cpp/emitter.h>
7-
#include <yaml-cpp/emitterstyle.h>
8-
#include <yaml-cpp/node/convert.h>
9-
#include <yaml-cpp/node/detail/impl.h>
10-
#include <yaml-cpp/node/emit.h>
11-
#include <yaml-cpp/node/node.h>
6+
#include <yaml-cpp/yaml.h>
127

138
#include <cstddef>
149
#include <fstream>

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33

44
#include "dbvWriter.h"
55

6-
#include <yaml-cpp/emitter.h>
7-
#include <yaml-cpp/emitterstyle.h>
8-
#include <yaml-cpp/node/convert.h>
9-
#include <yaml-cpp/node/detail/impl.h>
10-
#include <yaml-cpp/node/emit.h>
11-
#include <yaml-cpp/node/node.h>
6+
#include <yaml-cpp/yaml.h>
127

138
#include <string>
149
#include <unordered_set>

0 commit comments

Comments
 (0)