mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Remove unneccesary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24b3a880df
commit
b07869b386
@ -7,13 +7,13 @@
|
||||
#ifndef LLVM_ANALYSIS_DATA_STRUCTURE_H
|
||||
#define LLVM_ANALYSIS_DATA_STRUCTURE_H
|
||||
|
||||
#include "llvm/Analysis/DSSupport.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include <set>
|
||||
|
||||
class Type;
|
||||
class DSGraph;
|
||||
class DSNode;
|
||||
class DSCallSite;
|
||||
|
||||
// FIXME: move this stuff to a private header
|
||||
namespace DataStructureAnalysis {
|
||||
|
@ -7,13 +7,13 @@
|
||||
#ifndef LLVM_ANALYSIS_DATA_STRUCTURE_H
|
||||
#define LLVM_ANALYSIS_DATA_STRUCTURE_H
|
||||
|
||||
#include "llvm/Analysis/DSSupport.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include <set>
|
||||
|
||||
class Type;
|
||||
class DSGraph;
|
||||
class DSNode;
|
||||
class DSCallSite;
|
||||
|
||||
// FIXME: move this stuff to a private header
|
||||
namespace DataStructureAnalysis {
|
||||
|
Loading…
x
Reference in New Issue
Block a user