mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
Diff reduction: Remove unnecessary forward declarations.
This commit is contained in:
committed by
Kai Nacke
parent
f67cbcda98
commit
5ac894c32d
@@ -20,12 +20,6 @@
|
||||
#include "dsymbol.h"
|
||||
#include "declaration.h"
|
||||
|
||||
#if IN_LLVM
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
struct Identifier;
|
||||
struct Type;
|
||||
struct TypeFunction;
|
||||
@@ -48,18 +42,6 @@ enum Sizeok
|
||||
SIZEOKfwd, // error in computing size of aggregate
|
||||
};
|
||||
|
||||
#if IN_LLVM
|
||||
struct ClassInfoDeclaration;
|
||||
namespace llvm
|
||||
{
|
||||
class Type;
|
||||
class Value;
|
||||
class Constant;
|
||||
class ConstantStruct;
|
||||
class GlobalVariable;
|
||||
}
|
||||
#endif
|
||||
|
||||
struct AggregateDeclaration : ScopeDsymbol
|
||||
{
|
||||
Type *type;
|
||||
|
||||
Reference in New Issue
Block a user