Skip to content

Commit 6496cd7

Browse files
committed
Use <climits> instead of <sys/syslimits.h>.
1 parent 43727fd commit 6496cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/JSONUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
#include "llvm/Support/ScopedPrinter.h"
4545
#include "llvm/Support/raw_ostream.h"
4646
#include <chrono>
47+
#include <climits>
4748
#include <cstddef>
4849
#include <iomanip>
4950
#include <optional>
5051
#include <sstream>
5152
#include <string>
52-
#include <sys/syslimits.h>
5353
#include <utility>
5454
#include <vector>
5555

0 commit comments

Comments
 (0)