summaryrefslogtreecommitdiffstats
path: root/include/clang/Analysis/PathDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/PathDiagnostic.h')
-rw-r--r--include/clang/Analysis/PathDiagnostic.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/include/clang/Analysis/PathDiagnostic.h b/include/clang/Analysis/PathDiagnostic.h
index efc6677..cad702c 100644
--- a/include/clang/Analysis/PathDiagnostic.h
+++ b/include/clang/Analysis/PathDiagnostic.h
@@ -14,31 +14,24 @@
#ifndef LLVM_CLANG_PATH_DIAGNOSTIC_H
#define LLVM_CLANG_PATH_DIAGNOSTIC_H
-#include "clang/Basic/SourceManager.h"
#include "clang/Basic/Diagnostic.h"
-#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/FoldingSet.h"
-
-#include <vector>
#include <deque>
+#include <iterator>
#include <string>
-#include <algorithm>
+#include <vector>
namespace clang {
-
-class Stmt;
+
class Decl;
-class Preprocessor;
-
+class SourceManager;
+class Stmt;
+
//===----------------------------------------------------------------------===//
// High-level interface for handlers of path-sensitive diagnostics.
//===----------------------------------------------------------------------===//
class PathDiagnostic;
-
-class Stmt;
-class Decl;
-class Preprocessor;
class PathDiagnosticClient : public DiagnosticClient {
public:
OpenPOWER on IntegriCloud