diff -r 796f2653f21d -r 25a4daa6473c project_files/hwc/rtl/sysutils.c --- a/project_files/hwc/rtl/sysutils.c Tue Nov 13 22:24:30 2012 +0100 +++ b/project_files/hwc/rtl/sysutils.c Tue Nov 13 23:39:49 2012 +0100 @@ -1,11 +1,13 @@ -#include "sysutils.h" -#include "system.h" -#include "misc.h" +#include "SysUtils.h" + #include #include #include #include +#include "system.h" +#include "misc.h" + TDateTime fpcrtl_date() { const int num_days_between_1900_1980 = 29220;