diff options
Diffstat (limited to 'libutils/LinearTransform.cpp')
-rw-r--r-- | libutils/LinearTransform.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libutils/LinearTransform.cpp b/libutils/LinearTransform.cpp index 138ce8be7..d2e91a868 100644 --- a/libutils/LinearTransform.cpp +++ b/libutils/LinearTransform.cpp @@ -16,10 +16,9 @@ #define __STDC_LIMIT_MACROS +#include <utils/LinearTransform.h> #include <assert.h> -#include <stdint.h> -#include <utils/LinearTransform.h> // disable sanitize as these functions may intentionally overflow (see comments below). // the ifdef can be removed when host builds use clang. |