Another try at making MSVC happy again.

llvm-svn: 208497
This commit is contained in:
Benjamin Kramer 2014-05-11 16:03:08 +00:00
parent c0a2841e2f
commit 53156af57c
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#define LLVM_CLANG_DIAGNOSTIC_H
#include "clang/Basic/DiagnosticIDs.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
@ -32,7 +33,6 @@ namespace clang {
class DiagnosticOptions;
class IdentifierInfo;
class LangOptions;
enum OverloadsShown : unsigned;
class Preprocessor;
class StoredDiagnostic;
namespace tok {