aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraph.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-07 06:29:26 +0000
committerChris Lattner <sabre@nondot.org>2004-07-07 06:29:26 +0000
commit6c49989b3e4b5d50cc8c25a02d4a0e66e312523f (patch)
treeb1517c8c0c1f4e5b0b1a5bc744e73f2b56d8d8b8 /include/llvm/Analysis/DataStructure/DSGraph.h
parenteaef5685b8c5185b13623ef7e65b5afe8f7ee31c (diff)
Move DSA headers into Analysis/DataStructure to make it more obvious
what is implemented by the DataStructure library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure/DSGraph.h')
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h
index 3d9e4187d8..81c12fcad6 100644
--- a/include/llvm/Analysis/DataStructure/DSGraph.h
+++ b/include/llvm/Analysis/DataStructure/DSGraph.h
@@ -15,7 +15,7 @@
#ifndef LLVM_ANALYSIS_DSGRAPH_H
#define LLVM_ANALYSIS_DSGRAPH_H
-#include "llvm/Analysis/DSNode.h"
+#include "llvm/Analysis/DataStructure/DSNode.h"
namespace llvm {