mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Eliminate some unneccesary #includes and forward decls
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -8,20 +8,6 @@
|
||||
#define LLVM_ANALYSIS_DSGRAPH_H
|
||||
|
||||
#include "llvm/Analysis/DSNode.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
class Function;
|
||||
class CallInst;
|
||||
class Value;
|
||||
class GlobalValue;
|
||||
class Type;
|
||||
|
||||
class DSNode; // Each node in the graph
|
||||
class DSGraph; // A graph for a function
|
||||
class DSNodeIterator; // Data structure graph traversal iterator
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// DSGraph - The graph that represents a function.
|
||||
|
@@ -8,20 +8,6 @@
|
||||
#define LLVM_ANALYSIS_DSNODE_H
|
||||
|
||||
#include "llvm/Analysis/DSSupport.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
class Function;
|
||||
class CallInst;
|
||||
class Value;
|
||||
class GlobalValue;
|
||||
class Type;
|
||||
|
||||
class DSNode; // Each node in the graph
|
||||
class DSGraph; // A graph for a function
|
||||
class DSNodeIterator; // Data structure graph traversal iterator
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// DSNode - Data structure node class
|
||||
|
Reference in New Issue
Block a user