Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-11-09 21:38:17 +0000
committerEugene Tarassov2013-11-09 21:38:17 +0000
commit1981c30aea4f1326df706f19e273d8836d009263 (patch)
tree5f03d9b5f3b63d6e3da05e993ca256a260c38fca /agent/tcf/services/filesystem.c
parentf8dc4874b0c8336090604da99dec9eed96623754 (diff)
downloadorg.eclipse.tcf.agent-1981c30aea4f1326df706f19e273d8836d009263.tar.gz
org.eclipse.tcf.agent-1981c30aea4f1326df706f19e273d8836d009263.tar.xz
org.eclipse.tcf.agent-1981c30aea4f1326df706f19e273d8836d009263.zip
TCF Agent: #include <dirent.h> is moved into mdep-fs.h
Diffstat (limited to 'agent/tcf/services/filesystem.c')
-rw-r--r--agent/tcf/services/filesystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/tcf/services/filesystem.c b/agent/tcf/services/filesystem.c
index 88fc8b30..c6b6505a 100644
--- a/agent/tcf/services/filesystem.c
+++ b/agent/tcf/services/filesystem.c
@@ -37,7 +37,6 @@
#endif
#if !defined(_WIN32) || defined(__CYGWIN__)
# include <utime.h>
-# include <dirent.h>
#endif
#if defined(_WIN32)
# include <Windows.h>

Back to the top