mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
ifcparse: fix clang-tidy warnung unused-includes
This commit is contained in:
committed by
Thomas Krijnen
parent
fcfeac95bf
commit
b264408d85
@@ -28,9 +28,9 @@
|
||||
#ifndef IFCWRITE_H
|
||||
#define IFCWRITE_H
|
||||
|
||||
#include "aggregate_of_instance.h"
|
||||
#include "ifc_parse_api.h"
|
||||
#include "IfcBaseClass.h"
|
||||
#include "IfcParse.h"
|
||||
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
@@ -38,7 +38,6 @@
|
||||
#include <boost/type_traits/remove_pointer.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
// #include <boost/logic/tribool.hpp>
|
||||
|
||||
namespace IfcWrite {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user