diff mbox series

lua: Remove include line

Message ID 20240902150656.878291-1-festevam@gmail.com
State Accepted
Headers show
Series lua: Remove include line | expand

Commit Message

Fabio Estevam Sept. 2, 2024, 3:06 p.m. UTC
Instead of commenting out '#include <lua_util.h>', remove it
to make the code cleaner.

Fixes: 3f0ee9b19c20 ("lua: drop header from library to avoid license issues")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 bindings/lua_swupdate.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic Sept. 2, 2024, 3:08 p.m. UTC | #1
On 02.09.24 17:06, Fabio Estevam wrote:
> Instead of commenting out '#include <lua_util.h>', remove it
> to make the code cleaner.
>
> Fixes: 3f0ee9b19c20 ("lua: drop header from library to avoid license issues")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>   bindings/lua_swupdate.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/bindings/lua_swupdate.c b/bindings/lua_swupdate.c
> index e4389264414a..b7f2a2e85cff 100644
> --- a/bindings/lua_swupdate.c
> +++ b/bindings/lua_swupdate.c
> @@ -7,7 +7,6 @@
>
>   #include <progress_ipc.h>
>   #include <lua.h>
> -//#include <lua_util.h>
>   #include <lauxlib.h>
>   #include <string.h>
>   #include <ifaddrs.h>

Yes, thanks, I apply it immediately.

Regards,
Stefano
diff mbox series

Patch

diff --git a/bindings/lua_swupdate.c b/bindings/lua_swupdate.c
index e4389264414a..b7f2a2e85cff 100644
--- a/bindings/lua_swupdate.c
+++ b/bindings/lua_swupdate.c
@@ -7,7 +7,6 @@ 
 
 #include <progress_ipc.h>
 #include <lua.h>
-//#include <lua_util.h>
 #include <lauxlib.h>
 #include <string.h> 
 #include <ifaddrs.h>