removing guards

This commit is contained in:
Joseph Lenox 2018-07-27 23:43:48 -05:00
parent 0373496baa
commit 5aa0539a76
2 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
#ifndef SLIC3RXS
#include "SupportMaterial.hpp"
namespace Slic3r
@ -1224,4 +1223,3 @@ SupportMaterial::create_circle(coordf_t radius)
}
}
#endif // SLIC3RXS

View File

@ -1,4 +1,3 @@
#ifndef SLIC3RXS
#ifndef slic3r_SupportMaterial_hpp_
#define slic3r_SupportMaterial_hpp_
@ -168,4 +167,3 @@ private:
#endif
#endif // SLIC3RXS