mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
TextStubCommon.h - move StringSwitch.h include to TextStubCommon.cpp. NFC.
Only TextStubCommon.cpp actually uses StringSwitch
This commit is contained in:
parent
ed94dab7d0
commit
6837e69bdf
@ -12,6 +12,7 @@
|
||||
|
||||
#include "TextStubCommon.h"
|
||||
#include "TextAPIContext.h"
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
|
||||
using namespace llvm::MachO;
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#define LLVM_TEXTAPI_TEXT_STUB_COMMON_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
#include "llvm/Support/YAMLTraits.h"
|
||||
#include "llvm/TextAPI/MachO/Architecture.h"
|
||||
#include "llvm/TextAPI/MachO/ArchitectureSet.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user