Snip 2 useless includes in transform.cpp

This commit is contained in:
Marek Roszko 2023-09-06 21:34:02 -04:00
parent 5c62b98e7c
commit 10c495952e
1 changed files with 0 additions and 2 deletions

View File

@ -23,10 +23,8 @@
*/
#include <hash.h>
#include <macros.h>
#include <trigo.h>
#include <transform.h>
#include <common.h>
#include <math/util.h> // for KiROUND
#include <math/box2.h>