Remove unnecessary header files

This commit is contained in:
Jeremy Baxter 2023-06-27 18:19:03 +12:00
parent 1506c1e49a
commit 0d7604cb96
18 changed files with 1 additions and 91 deletions

View file

@ -8,16 +8,6 @@
#include "lcallisto.h"
/* Callisto libraries */
#include "lcl.h"
#include "lenvironment.h"
#include "lfile.h"
#include "ljson.h"
#include "lmath.h"
#include "los.h"
#include "lprocess.h"
#include "lsocket.h"
static const luaL_Reg loadedlibs[] = {
{CALLISTO_CLLIBNAME, callistoopen_cl},