Skip to content

Commit

Permalink
👕 Remove useless header
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 22, 2019
1 parent b2a1e4b commit 1630cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plug.c
Expand Up @@ -12,7 +12,6 @@
#include "object.h"
#include "import.h"
#include "gwion.h"
#include "plug.h"

static inline int so_filter(const struct dirent* dir) {
return strstr(dir->d_name, ".so") ? 1 : 0;
Expand Down

0 comments on commit 1630cfd

Please sign in to comment.