Skip to content

Commit 65dfb65

Browse files
committed
fix clang-tidy
1 parent 6aae113 commit 65dfb65

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

libCacheSim/traceAnalyzer/utils/include/utilsStr.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
// Created by Juncheng Yang on 6/19/20.
55
//
66

7-
#include <cstdio>
8-
#include <cstdlib>
9-
#include <cstring>
7+
#include <stdint.h>
8+
#include <stdio.h>
9+
#include <stdlib.h>
10+
#include <string.h>
1011

1112
#include "libCacheSim/const.h"
1213

0 commit comments

Comments
 (0)