From 5de2204fe84a89604a31253a299ab265dee76934 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 27 Nov 2001 00:03:19 +0000 Subject: Create a new #include "Support/..." directory structure to move things from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 --- llvm/lib/Analysis/ModuleAnalyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/ModuleAnalyzer.cpp') diff --git a/llvm/lib/Analysis/ModuleAnalyzer.cpp b/llvm/lib/Analysis/ModuleAnalyzer.cpp index d5432163496..dc6ee710c45 100644 --- a/llvm/lib/Analysis/ModuleAnalyzer.cpp +++ b/llvm/lib/Analysis/ModuleAnalyzer.cpp @@ -12,7 +12,7 @@ #include "llvm/BasicBlock.h" #include "llvm/DerivedTypes.h" #include "llvm/ConstPoolVals.h" -#include "llvm/Support/STLExtras.h" +#include "Support/STLExtras.h" #include // processModule - Driver function to call all of my subclasses virtual methods. -- cgit v1.2.3