* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "error.h"
+#include "h/utils.h"
#define QUOTE '\\'
struct stat st;
FILE *fp;
- mh_xfree(formats);
+ free(formats);
if (form) {
if ((fp = fopen (etcpath (form), "r")) == NULL)
void
-free_fs(void) {
+free_fs(void)
+{
free (formats);
formats = 0;
}