[Mesh] App: remove unused/unnecessary headers
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#ifndef MESH_DEGENERATION_H
|
||||
#define MESH_DEGENERATION_H
|
||||
|
||||
#include <bitset>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
#endif
|
||||
// STL
|
||||
#include <algorithm>
|
||||
#include <bitset>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <list>
|
||||
@@ -63,16 +62,14 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef FC_OS_WIN32
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
// boost
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/core/ignore_unused.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/tokenizer.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
// Xerces
|
||||
#include <xercesc/util/PlatformUtils.hpp>
|
||||
#include <xercesc/util/XercesVersion.hpp>
|
||||
#include <xercesc/dom/DOM.hpp>
|
||||
|
||||
Reference in New Issue
Block a user