summaryrefslogtreecommitdiff
path: root/support/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
commit57dbb3ad63b6a0e77798edb156ef43daa3bfc67e (patch)
treeb10d00a2fd1de0f409b4f341f0a3b1ace177ec15 /support/lib/Support/CommandLine.cpp
parentdbab15a2c9accc0242109881e1632137cb97dbc9 (diff)
downloadllvm-57dbb3ad63b6a0e77798edb156ef43daa3bfc67e.tar.gz
llvm-57dbb3ad63b6a0e77798edb156ef43daa3bfc67e.tar.bz2
llvm-57dbb3ad63b6a0e77798edb156ef43daa3bfc67e.tar.xz
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
Diffstat (limited to 'support/lib/Support/CommandLine.cpp')
-rw-r--r--support/lib/Support/CommandLine.cpp4
1 files changed, 2 insertions, 2 deletions
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 <vector>
#include <algorithm>
#include <map>