diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-11-29 23:23:48 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-11-29 23:23:48 -0500 |
commit | 2516b4c8ba540df06d6d325872c860bb705a387b (patch) | |
tree | b105e6477a6c2265489f0676087f17c57849493f | |
parent | 560ab6869044a73c1245e619437911830daa97c5 (diff) | |
download | lite-xl-plugin-manager-2516b4c8ba540df06d6d325872c860bb705a387b.tar.gz lite-xl-plugin-manager-2516b4c8ba540df06d6d325872c860bb705a387b.zip |
Removed archive headers.
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ #include <ctype.h> #include <dirent.h> #include <unistd.h> -#include <archive.h> -#include <archive_entry.h> #include <fcntl.h> #include <sys/stat.h> |