diff options
| author | 2024-09-23 12:08:03 -0400 | |
|---|---|---|
| committer | 2024-09-23 12:08:03 -0400 | |
| commit | e85cb6bc1028fc9aa53ce8ecdaa45b11f416fa89 (patch) | |
| tree | 49bce9b54d575120d6f34beeb4667b8f1bf0447c /src/lua_api.c | |
| parent | Merge pull request #2 from BanceDev/chaining-operators (diff) | |
implemented background process operator
Diffstat (limited to '')
| -rw-r--r-- | src/lua_api.c | 1 |
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> |
