From 6f3d40217ecdd59fd8bc041712d7224082525ca1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 1 Jan 2013 14:32:09 +0100 Subject: [PATCH] rename uhttpd-mimetypes.h to mimetypes.h --- file.c | 2 +- uhttpd-mimetypes.h => mimetypes.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename uhttpd-mimetypes.h => mimetypes.h (100%) diff --git a/file.c b/file.c index ae4517c..e05dc37 100644 --- a/file.c +++ b/file.c @@ -28,7 +28,7 @@ #include #include "uhttpd.h" -#include "uhttpd-mimetypes.h" +#include "mimetypes.h" static LIST_HEAD(index_files); diff --git a/uhttpd-mimetypes.h b/mimetypes.h similarity index 100% rename from uhttpd-mimetypes.h rename to mimetypes.h -- 2.11.0