mirror of https://github.com/google/gemma.cpp.git
removed unnecessary threading.h import
This commit is contained in:
parent
f55c321397
commit
a9e56c27eb
|
|
@ -34,7 +34,6 @@
|
|||
#include "ops/matmul.h" // MatMulEnv
|
||||
#include "paligemma/image.h"
|
||||
#include "util/args.h" // HasHelp
|
||||
#include "util/threading.h"
|
||||
|
||||
#if (!defined(HWY_VERSION_LT) || HWY_VERSION_LT(1, 2)) && !HWY_IDE
|
||||
#error "Please update to version 1.2 of github.com/google/highway."
|
||||
|
|
|
|||
Loading…
Reference in New Issue