Skip to content

Commit 24203e9

Browse files
committed
ggml : inttypes.h -> cinttypes (#0)
ggml-ci
1 parent 5d9e599 commit 24203e9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ggml/src/ggml-opt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <algorithm>
99
#include <cmath>
1010
#include <cstdint>
11-
#include <inttypes.h>
11+
#include <cinttypes>
1212
#include <map>
1313
#include <random>
1414
#include <vector>

tests/test-opt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "ggml-opt.h"
66

77
#include <cmath>
8-
#include <inttypes.h>
8+
#include <cinttypes>
99
#include <random>
1010
#include <string>
1111
#include <thread>

tests/test-quantize-perf.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <algorithm>
88
#include <assert.h>
99
#include <functional>
10-
#include <inttypes.h>
1110
#include <math.h>
1211
#include <memory>
1312
#include <stdio.h>

0 commit comments

Comments
 (0)