rename uhttpd-mimetypes.h to mimetypes.h
[project/uhttpd.git] / file.c
diff --git a/file.c b/file.c
index ae4517cfd3e472be430640bb22fa7ea5eddd5b93..e05dc37f9968aed36ea2d65e637002c9d1f06b49 100644 (file)
--- a/file.c
+++ b/file.c
@@ -28,7 +28,7 @@
 #include <libubox/blobmsg.h>
 
 #include "uhttpd.h"
-#include "uhttpd-mimetypes.h"
+#include "mimetypes.h"
 
 static LIST_HEAD(index_files);