summaryrefslogtreecommitdiff
path: root/utils/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix several doxygen errorsVincent Sanders2016-05-051-1/+2
|
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-191-0/+45
The config header was causing many source files to unecessarily include the dirent headers causing extra dependancies. This has been fixed by providing a utility dirent header that provides a common API across all platforms while removing the unecessary dirent header usage.