[fix] removing unnecessary header

This commit is contained in:
Al
2015-06-01 17:12:33 -04:00
parent 080f382065
commit 505456d9d2

View File

@@ -1,9 +1,8 @@
#ifndef TRANSLITERATE_H
#define TRANSLITERATE_H
#include <regex.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdbool.h>
#include "collections.h"
#include "klib/khash.h"