sw_engine renderer: code refactoring

remove unnecessary header inclusion.
This commit is contained in:
Hermet Park 2022-01-20 11:27:28 +09:00
parent 4d58dae59f
commit a00b68ba40

View file

@ -19,11 +19,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#include <math.h>
#include "tvgMath.h"
#include "tvgSwCommon.h"
#include "tvgTaskScheduler.h"
#include "tvgSwRenderer.h"
#include "tvgMath.h"
/************************************************************************/
/* Internal Class Implementation */