feat update sled
This commit is contained in:
parent
35ad59ab7a
commit
c95ed2feaf
2
3rdparty/sled
vendored
2
3rdparty/sled
vendored
@ -1 +1 @@
|
|||||||
Subproject commit d048a2676c4194e19934e0263aeb54928bbd68a6
|
Subproject commit 5413784c57b02d681e7b02648fab6b2ac4bb4dcb
|
@ -10,7 +10,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace meta {
|
namespace meta {
|
||||||
class Cursor;
|
class Cursor;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#include "registry.h"
|
#include "registry.h"
|
||||||
#include "types/class.h"
|
#include "types/class.h"
|
||||||
#include "types/field.h"
|
|
||||||
#include "clang/parser.h"
|
#include "clang/parser.h"
|
||||||
#include <sled/filesystem/path.h>
|
#include <sled/filesystem/path.h>
|
||||||
#include <sled/log/log.h>
|
#include <sled/log/log.h>
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
#ifndef META_REGISTRY_H
|
#ifndef META_REGISTRY_H
|
||||||
#define META_REGISTRY_H
|
#define META_REGISTRY_H
|
||||||
#include "types/class.h"
|
#include "types/class.h"
|
||||||
#include "types/field.h"
|
|
||||||
#include "types/method.h"
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
namespace meta {
|
namespace meta {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user