Skip to content
Snippets Groups Projects
Commit 408ac176 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Missed a forward declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90035 91177308-0d34-0410-b5e6-96231b3b80d8
parent 58652887
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@
namespace clang {
class Decl;
class Preprocessor;
class SourceManager;
class Stmt;
......
......@@ -14,9 +14,7 @@
#ifndef LLVM_CLANG_FRONTEND_PATH_DIAGNOSTIC_CLIENTS_H
#define LLVM_CLANG_FRONTEND_PATH_DIAGNOSTIC_CLiENTS_H
#include <memory>
#include <string>
#include "llvm/ADT/SmallVector.h"
namespace clang {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment