aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_api.c
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-23 12:08:03 -0400
committerGravatar BanceDev 2024-09-23 12:08:03 -0400
commite85cb6bc1028fc9aa53ce8ecdaa45b11f416fa89 (patch)
tree49bce9b54d575120d6f34beeb4667b8f1bf0447c /src/lua_api.c
parentMerge pull request #2 from BanceDev/chaining-operators (diff)
implemented background process operator
Diffstat (limited to 'src/lua_api.c')
-rw-r--r--src/lua_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua_api.c b/src/lua_api.c
index d40489c..05742cc 100644
--- a/src/lua_api.c
+++ b/src/lua_api.c
@@ -16,7 +16,6 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#include "lua_api.h"
-#include "history.h"
#include "lush.h"
#include <dirent.h>
#include <lauxlib.h>