forward declaration of ForwardDeclaration
parent
da8a8a3bb0
commit
05a76164d3
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "TypeAttributesTable.h"
|
||||
#include "Class.h"
|
||||
#include "ForwardDeclaration.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#include <boost/range/adaptor/map.hpp>
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "ForwardDeclaration.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace wrap {
|
||||
|
@ -30,6 +28,7 @@ namespace wrap {
|
|||
// Forward declarations
|
||||
class Qualified;
|
||||
class Class;
|
||||
struct ForwardDeclaration;
|
||||
|
||||
/** Attributes about valid classes, both for classes defined in this module and
|
||||
* also those forward-declared from others. At the moment this only contains
|
||||
|
|
Loading…
Reference in New Issue