forked from OSchip/llvm-project
Don't include Diagnostics.h twice when it's required zero times.
llvm-svn: 149784
This commit is contained in:
parent
4903802fbf
commit
1edced6810
|
@ -14,14 +14,12 @@
|
|||
#ifndef LLVM_CLANG_FRONTEND_UTILS_H
|
||||
#define LLVM_CLANG_FRONTEND_UTILS_H
|
||||
|
||||
#include "clang/Basic/Diagnostic.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "clang/Basic/LLVM.h"
|
||||
#include "llvm/ADT/IntrusiveRefCntPtr.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "clang/Basic/Diagnostic.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace llvm {
|
||||
class raw_fd_ostream;
|
||||
class Triple;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue