Revert "Another try at making MSVC happy again."

Prospective revert to see if r208512 helped the MSVC build.

This reverts commit r208497.

llvm-svn: 208513
This commit is contained in:
Alp Toker 2014-05-11 22:12:18 +00:00
parent c7dc0621a7
commit 9719e04011
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#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"
@ -33,6 +32,7 @@ namespace clang {
class DiagnosticOptions;
class IdentifierInfo;
class LangOptions;
enum OverloadsShown : unsigned;
class Preprocessor;
class StoredDiagnostic;
namespace tok {