[Part] B*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,16 +20,18 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef PART_BREPOFFSETAPI_MAKEOFFSETFIX_H
|
||||
#define PART_BREPOFFSETAPI_MAKEOFFSETFIX_H
|
||||
|
||||
#include <Mod/Part/PartGlobal.h>
|
||||
#include <BRepOffsetAPI_MakeOffset.hxx>
|
||||
#include <GeomAbs_CurveType.hxx>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
#include <Mod/Part/PartGlobal.h>
|
||||
|
||||
#include <BRepOffsetAPI_MakeOffset.hxx>
|
||||
#include <GeomAbs_CurveType.hxx>
|
||||
|
||||
|
||||
namespace Part {
|
||||
/*!
|
||||
* \brief The BRepOffsetAPI_MakeOffsetFix class
|
||||
|
||||
Reference in New Issue
Block a user