From c09798018efa6890a2ad31336bcc5c732c0bc3e3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 30 Dec 2010 01:39:13 +0100 Subject: [PATCH] Move .h.def to .def.h --- config.h.def => config.def.h | 0 settings.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config.h.def => config.def.h (100%) diff --git a/config.h.def b/config.def.h similarity index 100% rename from config.h.def rename to config.def.h diff --git a/settings.c b/settings.c index 06f1519cbb..d853e3e395 100644 --- a/settings.c +++ b/settings.c @@ -1,6 +1,6 @@ #include "general.h" #include "conf/config_file.h" -#include "config.h.def" +#include "config.def.h" #include #include #include "hqflt/filters.h"