From b8a4ed6543b36db4293ad97cbb2c5b7047ef0a17 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 10 Oct 2003 18:46:52 +0000 Subject: Include instead of . llvm-svn: 9032 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp index 9401afec0d0..df2b764e7c8 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp @@ -34,7 +34,7 @@ #include "llvm/Module.h" #include "Graph.h" #include -#include "Config/stdio.h" +#include struct ProfilePaths : public FunctionPass { bool runOnFunction(Function &F); -- cgit v1.2.3