removed unnecessary threading.h import

This commit is contained in:
prajwalc22 2025-04-17 23:44:23 +05:30
parent f55c321397
commit a9e56c27eb
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#include "ops/matmul.h" // MatMulEnv #include "ops/matmul.h" // MatMulEnv
#include "paligemma/image.h" #include "paligemma/image.h"
#include "util/args.h" // HasHelp #include "util/args.h" // HasHelp
#include "util/threading.h"
#if (!defined(HWY_VERSION_LT) || HWY_VERSION_LT(1, 2)) && !HWY_IDE #if (!defined(HWY_VERSION_LT) || HWY_VERSION_LT(1, 2)) && !HWY_IDE
#error "Please update to version 1.2 of github.com/google/highway." #error "Please update to version 1.2 of github.com/google/highway."