From: Brian Gaeke Date: Fri, 10 Oct 2003 19:12:08 +0000 (+0000) Subject: Include and instead of and "Config/stdlib.h". X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=778fab283e08a9afa2d1af75ef090958dcc04d97;p=oota-llvm.git Include and instead of and "Config/stdlib.h". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9036 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AsmParser/Lexer.l b/lib/AsmParser/Lexer.l index 0a9d2c3e8f9..6c03d029be9 100644 --- a/lib/AsmParser/Lexer.l +++ b/lib/AsmParser/Lexer.l @@ -22,8 +22,8 @@ #include "llvm/Module.h" #include #include "llvmAsmParser.h" -#include -#include "Config/stdlib.h" +#include +#include #define RET_TOK(type, Enum, sym) \ llvmAsmlval.type = Instruction::Enum; return sym