[Part] OpenCascadeAll.h: sort entries and remove duplicates

- to keep the overview (several duplicates where found this way)
- also move the few includes from TechDraw to the file
This commit is contained in:
Uwe
2022-10-03 22:50:55 +02:00
parent 26aaf0af45
commit 567e53c6ea
2 changed files with 226 additions and 255 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#ifndef TECHDRAW_PRECOMPILED_H
#define TECHDRAW_PRECOMPILED_H
@@ -74,10 +73,6 @@
// OpenCasCade =====================================================================================
#include <Mod/Part/App/OpenCascadeAll.h>
#include <gce_MakeCirc.hxx>
#include <HLRBRep_HLRToShape.hxx>
#include <HLRBRep_PolyAlgo.hxx>
#include <HLRBRep_PolyHLRToShape.hxx>
#endif // _PreComp_
#endif