Skip to content

Commit

Permalink
[lldb][NFC] Remove unused includes in Utility's source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemperor committed Dec 13, 2019
1 parent a52a111 commit 3ca771b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions lldb/source/Utility/ArchSpec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@
#include "lldb/Utility/ArchSpec.h"

#include "lldb/Utility/Log.h"
#include "lldb/Utility/NameMatches.h"
#include "lldb/Utility/Stream.h"
#include "lldb/Utility/StringList.h"
#include "lldb/lldb-defines.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/COFF.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Host.h"

using namespace lldb;
using namespace lldb_private;
Expand Down
1 change: 0 additions & 1 deletion lldb/source/Utility/Broadcaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include <algorithm>
#include <memory>
#include <type_traits>
#include <utility>

#include <assert.h>
Expand Down
1 change: 0 additions & 1 deletion lldb/source/Utility/ConstString.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "llvm/Support/RWMutex.h"
#include "llvm/Support/Threading.h"

#include <algorithm>
#include <array>
#include <utility>

Expand Down
3 changes: 0 additions & 3 deletions lldb/source/Utility/DataBufferLLVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@

#include "lldb/Utility/DataBufferLLVM.h"

#include "llvm/ADT/Twine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"

#include <assert.h>
#include <type_traits>

using namespace lldb_private;

Expand Down
2 changes: 0 additions & 2 deletions lldb/source/Utility/DataEncoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"

#include <cassert>
#include <cstddef>

#include <string.h>
Expand Down
4 changes: 0 additions & 4 deletions lldb/source/Utility/StructuredData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
//===----------------------------------------------------------------------===//

#include "lldb/Utility/StructuredData.h"
#include "lldb/Utility/DataBuffer.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/StreamString.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cerrno>
#include <cstdlib>
#include <inttypes.h>
#include <limits>

using namespace lldb_private;
using namespace llvm;
Expand Down

0 comments on commit 3ca771b

Please sign in to comment.