From 47b14a4a6a455c7be169cfd312fcbe796f0ad426 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 29 Jul 2004 17:30:56 +0000 Subject: Fix #includes of i*.h => Instructions.h as per PR403. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15334 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/lib/compiler/StackerCompiler.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'projects/Stacker/lib/compiler/StackerCompiler.cpp') diff --git a/projects/Stacker/lib/compiler/StackerCompiler.cpp b/projects/Stacker/lib/compiler/StackerCompiler.cpp index 708ae3cc3a..1ca88da775 100644 --- a/projects/Stacker/lib/compiler/StackerCompiler.cpp +++ b/projects/Stacker/lib/compiler/StackerCompiler.cpp @@ -17,10 +17,7 @@ //===----------------------------------------------------------------------===// #include -#include -#include -#include -#include +#include #include #include "StackerCompiler.h" #include "StackerParser.h" -- cgit v1.2.3-18-g5258