Skip to content
Snippets Groups Projects
Commit fd05dc69 authored by rswindell's avatar rswindell
Browse files

Removed #include <glob.h> - not needed in this file.

parent ede3a4c2
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@
/* OS-specific */
#if defined(__unix__)
#include <glob.h> /* glob() wildcard matching */
#include <string.h> /* strlen() */
#include <unistd.h> /* getpid() */
#include <fcntl.h> /* fcntl() file/record locking */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment