Skip to content

Commit 15117f4

Browse files
committed
refactor: remove unnecessary include directive
Unneeded since 6847d18 ("fix(lua): fix the resource leak seen in scanner benchmarks", Jul 29, 2022).
1 parent 0c83ca7 commit 15117f4

File tree

1 file changed

+0
-1
lines changed
  • lua/wincent/commandt/lib

1 file changed

+0
-1
lines changed

lua/wincent/commandt/lib/find.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "find.h"
1010

11-
#include <assert.h> /* for assert() */
1211
#include <errno.h> /* for errno */
1312
#include <fts.h> /* for fts_close(), fts_open(), fts_read() */
1413
#include <stdlib.h> /* for free() */

0 commit comments

Comments
 (0)