X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_TypeOfPosition.hxx;h=9de8b7fb8055684f9e54d7af84c34bb96ef3fce7;hp=54b18211ad70ea85cd997b82d453e0239eb15ecf;hb=00c069f8d414099a12268c42d58c6cfae9d1bff9;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa diff --git a/src/SMDS/SMDS_TypeOfPosition.hxx b/src/SMDS/SMDS_TypeOfPosition.hxx index 54b18211a..9de8b7fb8 100644 --- a/src/SMDS/SMDS_TypeOfPosition.hxx +++ b/src/SMDS/SMDS_TypeOfPosition.hxx @@ -27,17 +27,13 @@ #ifndef _SMDS_TypeOfPosition_HeaderFile #define _SMDS_TypeOfPosition_HeaderFile -enum SMDS_TypeOfPosition { - SMDS_TOP_UNSPEC, -SMDS_TOP_3DSPACE, -SMDS_TOP_VERTEX, -SMDS_TOP_EDGE, -SMDS_TOP_FACE +enum SMDS_TypeOfPosition +{ + SMDS_TOP_UNSPEC, + SMDS_TOP_3DSPACE, + SMDS_TOP_VERTEX, + SMDS_TOP_EDGE, + SMDS_TOP_FACE }; - -#ifndef _Standard_PrimitiveTypes_HeaderFile -#include -#endif - #endif