diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/test_image.h')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/test_image.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/test_image.h b/third_party/jpeg-xl/lib/jxl/test_image.h index 13d0806ec8..ae62047052 100644 --- a/third_party/jpeg-xl/lib/jxl/test_image.h +++ b/third_party/jpeg-xl/lib/jxl/test_image.h @@ -8,14 +8,13 @@ #include <jxl/codestream_header.h> #include <jxl/types.h> -#include <stddef.h> +#include <cstddef> #include <cstdint> #include <string> #include <vector> #include "lib/extras/packed_image.h" -#include "lib/jxl/base/span.h" namespace jxl { namespace test { |