Skip to content

Commit ca2d2d5

Browse files
committed
Move the corresponding include too
1 parent 118b4f2 commit ca2d2d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lldb/include/lldb/Core/DemangledNameInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "llvm/Demangle/Utility.h"
1414

1515
#include <cstddef>
16-
#include <cstdlib>
1716
#include <utility>
1817

1918
namespace lldb_private {

lldb/unittests/Core/MangledTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#include "gtest/gtest.h"
2828

29+
#include <cstdlib>
2930
#include <memory>
3031

3132
using namespace lldb;

0 commit comments

Comments
 (0)