Skip to content

Commit 19db787

Browse files
committed
delete unnecessary header inclusion
1 parent 1ade39a commit 19db787

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/gretl_paths.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
#ifndef GRETL_PATHS_H
2121
#define GRETL_PATHS_H
2222

23-
#include <sys/stat.h>
24-
#include <dirent.h>
23+
#include <sys/stat.h> /* for struct stat */
2524

2625
typedef enum {
2726
DATA_SEARCH,

0 commit comments

Comments
 (0)