[Path] Voronoi: remove unused includes
This commit is contained in:
@@ -23,20 +23,10 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <cinttypes>
|
||||
# include <iomanip>
|
||||
# include <boost/algorithm/string.hpp>
|
||||
# include <boost/lexical_cast.hpp>
|
||||
#endif
|
||||
|
||||
#include <Base/Vector3D.h>
|
||||
#include <Base/Writer.h>
|
||||
#include <Base/Reader.h>
|
||||
#include <Base/Exception.h>
|
||||
#include "Voronoi.h"
|
||||
#include "VoronoiEdge.h"
|
||||
|
||||
|
||||
using namespace Base;
|
||||
using namespace Path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user