Some cleanup

This commit is contained in:
Jan Möbius
2019-01-15 16:12:51 +01:00
parent 9f388612f1
commit 38efdce5f5
2 changed files with 2 additions and 3 deletions

View File

@@ -39,8 +39,7 @@
* *
* ========================================================================= */
#ifndef OPENMESH_TAGS_HH
#define OPENMESH_TAGS_HH
#pragma once
namespace OpenMesh {
@@ -51,4 +50,3 @@ struct TriConnectivityTag {};
} // namespace OpenMesh
#endif