Skip to content

Commit 6c6c8f1

Browse files
committed
clang-tidy
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
1 parent e439224 commit 6c6c8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utl/src/decode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
#include "utl/decode.h"
2929

30-
#include <stdlib.h>
3130
#include <tcl.h>
3231

32+
#include <cstdlib>
3333
#include <string>
3434

3535
namespace utl {

0 commit comments

Comments
 (0)