feat update sled

This commit is contained in:
tqcq 2024-03-03 17:25:27 +08:00
parent 35ad59ab7a
commit c95ed2feaf
4 changed files with 1 additions and 5 deletions

2
3rdparty/sled vendored

@ -1 +1 @@
Subproject commit d048a2676c4194e19934e0263aeb54928bbd68a6
Subproject commit 5413784c57b02d681e7b02648fab6b2ac4bb4dcb

View File

@ -10,7 +10,6 @@ extern "C" {
#endif
#include <string>
#include <vector>
namespace meta {
class Cursor;

View File

@ -1,6 +1,5 @@
#include "registry.h"
#include "types/class.h"
#include "types/field.h"
#include "clang/parser.h"
#include <sled/filesystem/path.h>
#include <sled/log/log.h>

View File

@ -2,8 +2,6 @@
#ifndef META_REGISTRY_H
#define META_REGISTRY_H
#include "types/class.h"
#include "types/field.h"
#include "types/method.h"
#include <unordered_map>
namespace meta {