dce: removed glfw dependency

This commit is contained in:
DH 2025-10-04 20:02:43 +03:00
parent 77dd5d7d10
commit 3230bfefd8
2 changed files with 1 additions and 2 deletions

View file

@ -51,7 +51,7 @@ namespace vk
class symbol_cache
{
std::vector<std::pair<typename T1, typename T2><std::string, void**>> registered_symbols;
std::vector<std::pair<std::string, void**>> registered_symbols;
public:
void initialize();

View file

@ -13,7 +13,6 @@
#include "rx/mem.hpp"
#include "rx/watchdog.hpp"
#include "vm.hpp"
#include <GLFW/glfw3.h>
#include <cstdio>
#include <cstring>
#include <mutex>