project_files/hwc/rtl/sysutils.c
branchwebgl
changeset 8047 25a4daa6473c
parent 7983 02f36c3e7f6c
child 10015 4feced261c68
--- 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 <time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
+#include "system.h"
+#include "misc.h"
+
 TDateTime fpcrtl_date()
 {
     const int num_days_between_1900_1980 = 29220;