mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Use opaque decl instead of #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc5933c47e
commit
184b2fa1b9
@ -13,12 +13,12 @@
|
||||
#ifndef LLVM_SLOTCALCULATOR_H
|
||||
#define LLVM_SLOTCALCULATOR_H
|
||||
|
||||
#include "llvm/SymTabValue.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
class Value;
|
||||
class Module;
|
||||
class Function;
|
||||
class SymbolTable;
|
||||
|
||||
class SlotCalculator {
|
||||
const Module *TheModule;
|
||||
|
@ -13,12 +13,12 @@
|
||||
#ifndef LLVM_SLOTCALCULATOR_H
|
||||
#define LLVM_SLOTCALCULATOR_H
|
||||
|
||||
#include "llvm/SymTabValue.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
class Value;
|
||||
class Module;
|
||||
class Function;
|
||||
class SymbolTable;
|
||||
|
||||
class SlotCalculator {
|
||||
const Module *TheModule;
|
||||
|
@ -13,12 +13,12 @@
|
||||
#ifndef LLVM_SLOTCALCULATOR_H
|
||||
#define LLVM_SLOTCALCULATOR_H
|
||||
|
||||
#include "llvm/SymTabValue.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
class Value;
|
||||
class Module;
|
||||
class Function;
|
||||
class SymbolTable;
|
||||
|
||||
class SlotCalculator {
|
||||
const Module *TheModule;
|
||||
|
Loading…
Reference in New Issue
Block a user