Move .h.def to .def.h

This commit is contained in:
Themaister 2010-12-30 01:39:13 +01:00
parent 8e1b1e8c05
commit c09798018e
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "general.h"
#include "conf/config_file.h"
#include "config.h.def"
#include "config.def.h"
#include <assert.h>
#include <string.h>
#include "hqflt/filters.h"