Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: http-clock-html.c
- Revision:
- 29:4d649264d6b6
- Parent:
- 25:467494781985
--- a/http-clock-html.c Tue Jan 15 17:04:51 2019 +0000
+++ b/http-clock-html.c Tue Jan 15 17:46:01 2019 +0000
@@ -1,14 +1,15 @@
#include <time.h>
-#include "http.h"
-#include "page.h"
-#include "nav.h"
-#include "http-base.h"
-#include "clk.h"
-#include "rtc.h"
-#include "clkutc.h"
-#include "clkgov.h"
-#include "scan.h"
+#include "http.h"
+#include "page.h"
+#include "nav-derived.h"
+#include "nav.h"
+#include "http-server.h"
+#include "clk.h"
+#include "rtc.h"
+#include "clkutc.h"
+#include "clkgov.h"
+#include "scan.h"
void HttpClockHtml()
{