summaryrefslogtreecommitdiff
path: root/win32/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/glob.h')
-rw-r--r--win32/glob.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/glob.h b/win32/glob.h
index 946c2ecae8..42cf2f9d71 100644
--- a/win32/glob.h
+++ b/win32/glob.h
@@ -100,12 +100,3 @@ PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
PHPAPI void globfree(glob_t *);
END_EXTERN_C()
#endif /* !_GLOB_H_ */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */