From: Vikram S. Adve Date: Sun, 3 Mar 2002 20:46:32 +0000 (+0000) Subject: Fix include error. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9ee9d711995e2ed6c17d4d4bc11362767d5703b3;p=oota-llvm.git Fix include error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1819 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp index 1a14a5300b7..388669e7e08 100644 --- a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp +++ b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp @@ -8,7 +8,7 @@ #include "SparcInternals.h" #include "llvm/Bytecode/Writer.h" -#include +#include namespace { diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index 1bc192cf37b..18c552a69b2 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp @@ -23,7 +23,7 @@ #include "llvm/Module.h" #include "Support/StringExtras.h" #include "Support/HashExtras.h" -#include +#include using std::string; namespace {