Fix Lua Profiler compilation error

This commit is contained in:
Agent X 2023-12-16 16:11:40 -05:00
parent eb61b16485
commit 1f076c0e8b
1 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
#include "pc/chat_commands.h"
#include "pc/pc_main.h"
#if defined(DEVELOPMENT)
#include "../mods/mods.h"
#include "game/print.h"
#include "gfx_dimensions.h"
@ -77,8 +76,6 @@ void lua_profiler_update_counters(void) {
}
}
#endif
#define MAX_HOOKED_REFERENCES 64
#define LUA_BEHAVIOR_FLAG (1 << 15)