diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-07 18:14:29 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-07 18:14:29 +0000 |
commit | e4706a0b51cbb6ba74844dd70a51a5fea0d2c336 (patch) | |
tree | 1f217c22f5368908e4dfef26b5376e6edaded0cd /include/llvm/Support/GraphWriter.h | |
parent | d24c62c67e674a856af25a93846619b4f0d3e234 (diff) |
Remove uses of "llvm/Support/Debug.h" from LLVM include files, which
all happened be unnecessary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GraphWriter.h')
-rw-r--r-- | include/llvm/Support/GraphWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index cb9199162e..833f4a8e08 100644 --- a/include/llvm/Support/GraphWriter.h +++ b/include/llvm/Support/GraphWriter.h @@ -23,8 +23,8 @@ #ifndef LLVM_SUPPORT_GRAPHWRITER_H #define LLVM_SUPPORT_GRAPHWRITER_H -#include "llvm/Support/Debug.h" #include "llvm/Support/DOTGraphTraits.h" +#include "llvm/Support/Streams.h" #include "llvm/ADT/GraphTraits.h" #include "llvm/System/Path.h" #include <fstream> |