Remove system header/define hackery in welsenc.cpp

There doesn't seem to be any actual need for this, building
on linux still works just fine.
This commit is contained in:
Martin Storsjö 2014-01-21 14:55:23 +02:00
parent f8b84b642d
commit 867d39e01b

View File

@ -45,16 +45,6 @@
//#define STICK_STREAM_SIZE
#if defined(__GNUC__)
#if !defined(MACOS)
#if !defined(_MATH_H_MATHDEF)
#define _MATH_H_MATHDEF
//#else
//#error "warning: have defined _MATH_H_MATHDEF!!" // to check
#endif//_MATH_H_MATHDEF
#endif//MACOS
#endif//__GNUC__
#include "measure_time.h"
#include "param_svc.h"
//#include "layered_pic_buffer.h"