From 89b422c11801ea7e793c39fb7316a2890c198dc7 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 23 Aug 2009 12:08:50 +0000 Subject: Replace cerr with errs(). llvm-svn: 79854 --- clang/lib/Frontend/CacheTokens.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'clang/lib/Frontend/CacheTokens.cpp') diff --git a/clang/lib/Frontend/CacheTokens.cpp b/clang/lib/Frontend/CacheTokens.cpp index 0065828c6de..1852e7d54c5 100644 --- a/clang/lib/Frontend/CacheTokens.cpp +++ b/clang/lib/Frontend/CacheTokens.cpp @@ -20,12 +20,11 @@ #include "clang/Basic/OnDiskHashTable.h" #include "clang/Lex/Lexer.h" #include "clang/Lex/Preprocessor.h" -#include "llvm/ADT/StringMap.h" +#include "llvm/Support/Compiler.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" #include "llvm/System/Path.h" -#include "llvm/Support/Compiler.h" -#include "llvm/Support/Streams.h" +#include "llvm/ADT/StringMap.h" // FIXME: put this somewhere else? #ifndef S_ISDIR -- cgit v1.2.3