From ab77194e2a895bd2862f3a23bcd9d31efb553a54 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Oct 2002 19:12:37 +0000 Subject: [PATCH] Old GCC's don't have an git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4293 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/GraphWriter.h | 2 +- include/llvm/Support/GraphWriter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Support/GraphWriter.h b/include/Support/GraphWriter.h index d7c928bf067..02269994e61 100644 --- a/include/Support/GraphWriter.h +++ b/include/Support/GraphWriter.h @@ -18,7 +18,7 @@ #include "Support/DOTGraphTraits.h" #include "Support/GraphTraits.h" -#include +#include namespace DOT { // Private functions... inline std::string EscapeString(const std::string &Label) { diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index d7c928bf067..02269994e61 100644 --- a/include/llvm/Support/GraphWriter.h +++ b/include/llvm/Support/GraphWriter.h @@ -18,7 +18,7 @@ #include "Support/DOTGraphTraits.h" #include "Support/GraphTraits.h" -#include +#include namespace DOT { // Private functions... inline std::string EscapeString(const std::string &Label) { -- 2.34.1