From 02fae90b690d9ff3477d431fa00872f24fb44d4a Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 24 Jul 2023 12:31:21 +1200 Subject: [PATCH] Rename lcallisto.h -> callisto.h --- lcallisto.h => callisto.h | 0 csto.c | 2 +- lcl.c | 2 +- lenviron.c | 2 +- lextra.c | 2 +- lfile.c | 2 +- ljson.c | 2 +- lprocess.c | 2 +- lsocket.c | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) rename lcallisto.h => callisto.h (100%) diff --git a/lcallisto.h b/callisto.h similarity index 100% rename from lcallisto.h rename to callisto.h diff --git a/csto.c b/csto.c index 6c18c83..40c03c1 100644 --- a/csto.c +++ b/csto.c @@ -13,7 +13,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" #if !defined(LUA_PROGNAME) diff --git a/lcl.c b/lcl.c index ab783c6..11b7660 100644 --- a/lcl.c +++ b/lcl.c @@ -16,7 +16,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" #include "util.h" diff --git a/lenviron.c b/lenviron.c index 94cb3c6..18405b1 100644 --- a/lenviron.c +++ b/lenviron.c @@ -9,7 +9,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" extern char **environ; diff --git a/lextra.c b/lextra.c index f75001f..21cee7b 100644 --- a/lextra.c +++ b/lextra.c @@ -14,7 +14,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" #include "util.h" diff --git a/lfile.c b/lfile.c index 639d6b3..13b5d8b 100644 --- a/lfile.c +++ b/lfile.c @@ -16,7 +16,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" #include "util.h" diff --git a/ljson.c b/ljson.c index 5e42185..fade568 100644 --- a/ljson.c +++ b/ljson.c @@ -25,7 +25,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" /* -=[ Functions ]=- */ diff --git a/lprocess.c b/lprocess.c index 69219bb..b70a918 100644 --- a/lprocess.c +++ b/lprocess.c @@ -16,7 +16,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" #include "util.h" #define PID_MAX 8 /* rounded to the nearest even number */ diff --git a/lsocket.c b/lsocket.c index d4ba7e6..a93e20f 100644 --- a/lsocket.c +++ b/lsocket.c @@ -11,7 +11,7 @@ #include #include -#include "lcallisto.h" +#include "callisto.h" int luaopen_socket_core(lua_State *L);