Include raw_ostream.h unconditionally even if it is only used for debug code.

We don't want any clients acidentally depending on this and then failing in a
-Asserts build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2010-11-19 18:51:46 +00:00
parent e8e98d7f2e
commit 805f105da0

View File

@ -106,10 +106,8 @@
#include <limits>
#include <iterator>
// FIXME: Remove debugging code
#ifndef NDEBUG
// FIXME: Remove debugging code.
#include "llvm/Support/raw_ostream.h"
#endif
namespace llvm {