Description: Use system-provided gemmlowp.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/tiny_dnn/core/kernels/tiny_quantized_matmul_kernel.h
+++ b/tiny_dnn/core/kernels/tiny_quantized_matmul_kernel.h
@@ -15,7 +15,7 @@
 
 // Implements a quantized eight-bit version of the matmul operation.
 
-#include "third_party/gemmlowp/public/gemmlowp.h"
+#include "gemmlowp/public/gemmlowp.h"
 #include "tiny_dnn/core/kernels/tiny_quantization_kernel.h"
 
 namespace tiny_dnn {
