We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e0c94 commit 1797b79Copy full SHA for 1797b79
src/odb/src/3dblox/baseWriter.cpp
@@ -3,12 +3,7 @@
3
4
#include "baseWriter.h"
5
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>
+#include <yaml-cpp/yaml.h>
12
13
#include <cstddef>
14
#include <fstream>
src/odb/src/3dblox/dbvWriter.cpp
#include "dbvWriter.h"
#include <string>
#include <unordered_set>
0 commit comments