remove unused matjson include from ccnode.h

This commit is contained in:
mat 2025-01-28 19:07:43 -03:00 committed by GitHub
parent 7cdb6ffb2c
commit 6cb2662b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,13 +37,9 @@
#include "../kazmath/include/kazmath/kazmath.h"
#include "../script_support/CCScriptSupport.h"
#include "../include/CCProtocols.h"
#include "../../loader/Event.hpp"
#include <Geode/loader/Event.hpp>
#include <Geode/utils/casts.hpp>
#ifndef GEODE_IS_MEMBER_TEST
#include <matjson.hpp>
#endif
namespace geode {
class Layout;
class LayoutOptions;