Fixed wrong unittest include guard

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@643 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-08-06 16:10:18 +00:00
parent 580ffdc936
commit 155fd054a6

View File

@@ -1,5 +1,5 @@
#ifndef INCLUDE_UNITTESTS_DECIMATER_HH #ifndef INCLUDE_UNITTESTS_PROPERTY_HH
#define INCLUDE_UNITTESTS_DECIMATER_HH #define INCLUDE_UNITTESTS_PROPERTY_HH
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <Unittests/unittests_common.hh> #include <Unittests/unittests_common.hh>