Skip to content

Commit

Permalink
Remove unneeded Lua includes;
Browse files Browse the repository at this point in the history
Anything that includes api.h gets Lua includes now.
  • Loading branch information
bjornbytes committed May 12, 2024
1 parent 9403f51 commit 875d9d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/api/api.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "api.h"
#include "util.h"
#include "lib/lua/lutf8lib.h"
#include <lua.h>
#include <lauxlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
Expand Down
2 changes: 0 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#include "core/os.h"
#include "util.h"
#include "boot.lua.h"
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
#include <stdbool.h>
#include <string.h>
Expand Down

0 comments on commit 875d9d6

Please sign in to comment.