diff options
Diffstat (limited to 'tests/yee_compare.h')
-rw-r--r-- | tests/yee_compare.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/yee_compare.h b/tests/yee_compare.h index 17b2e6f..041ae4c 100644 --- a/tests/yee_compare.h +++ b/tests/yee_compare.h @@ -1,4 +1,8 @@ +#ifndef _yee_compare_h +#define _yee_compare_h + // source code modified for OpenSCAD, Sept 2011 +// original copyright notice follows: /* Metric RGBAImage.h @@ -18,9 +22,6 @@ You should have received a copy of the GNU General Public License along with thi if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _yee_compare_h -#define _yee_compare_h - #include <string> class RGBAImage; @@ -123,4 +124,3 @@ protected: }; #endif - |