From 57dbb3ad63b6a0e77798edb156ef43daa3bfc67e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jul 2001 17:46:59 +0000 Subject: Moved inline/llvm/Tools/* to include/llvm/Support/* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Support/CommandLine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/lib/Support/CommandLine.cpp') diff --git a/support/lib/Support/CommandLine.cpp b/support/lib/Support/CommandLine.cpp index 013c22fe92..7c3f29305e 100644 --- a/support/lib/Support/CommandLine.cpp +++ b/support/lib/Support/CommandLine.cpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Tools/CommandLine.h" -#include "llvm/Tools/STLExtras.h" +#include "llvm/Support/CommandLine.h" +#include "llvm/Support/STLExtras.h" #include #include #include -- cgit v1.2.3-18-g5258