From a105022a7853e3846f6720986d70bd3d426ff03f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 21:26:51 +0000 Subject: [PATCH] Uhm... that was really bad git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@493 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/tests/testPow2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/testPow2.cpp b/tools/tests/testPow2.cpp index 25f0ecd3a61..d9ecb4a72e1 100644 --- a/tools/tests/testPow2.cpp +++ b/tools/tests/testPow2.cpp @@ -2,7 +2,7 @@ #include #include -#include "/home/vadve/vadve/Research/DynOpt/LLVM/llvm/include/llvm/Support/MathExtras.h" +#include "llvm/Support/MathExtras.h" inline void testPow(int C, bool isPow) -- 2.34.1