* Sanitize the header inclusions in dirhash.c.

svn path=/trunk/; revision=59576
This commit is contained in:
Amine Khaldi 2013-07-24 20:33:33 +00:00
parent 7721de5d1f
commit ca8936de77

View file

@ -1,5 +1,6 @@
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include <ctype.h>
#include "dirsep.h"
#include "dirhash.h"