Don't include Diagnostics.h twice when it's required zero times.

llvm-svn: 149784
This commit is contained in:
Benjamin Kramer 2012-02-04 14:09:30 +00:00
parent 4903802fbf
commit 1edced6810
1 changed files with 3 additions and 5 deletions

View File

@ -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;
}