Skip to content

Commit 768e223

Browse files
committed
tests : remove unused includes (#0)
1 parent d65b660 commit 768e223

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test-opt.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include "ggml-backend.h"
66
#include "ggml-cpu.h"
77
#include "ggml-opt.h"
8-
#include "../ggml/src/ggml-impl.h"
9-
#include "../common/common.h"
108

119
#include <cmath>
1210
#include <cinttypes>
@@ -15,7 +13,7 @@
1513
#include <thread>
1614
#include <vector>
1715

18-
#define TEST_LOG(...) GGML_LOG_DEBUG(__VA_ARGS__)
16+
#define TEST_LOG(...) printf(__VA_ARGS__)
1917

2018
static bool almost_equal(const double a, const double b, const double atol) {
2119
return fabs(a - b) < atol;

0 commit comments

Comments
 (0)