meta: replace bluelib with fx

This commit is contained in:
2026-03-16 14:07:33 +00:00
parent d2abb6faa3
commit e5546f97c2
105 changed files with 1668 additions and 1668 deletions

View File

@@ -1,7 +1,7 @@
#ifndef CODEGEN_VAR_MAP_H_
#define CODEGEN_VAR_MAP_H_
#include <blue/ds/hashmap.h>
#include <fx/ds/hashmap.h>
#include <ivy/status.h>
struct mie_value;
@@ -20,7 +20,7 @@ struct codegen_var {
};
struct codegen_var_map {
b_hashmap *m_map;
fx_hashmap *m_map;
};
extern enum ivy_status codegen_var_map_init(struct codegen_var_map *map);