common: Drop init.h from common header
[platform/kernel/u-boot.git] / lib / time.c
index f30fc05..3d6447d 100644 (file)
@@ -5,8 +5,11 @@
  */
 
 #include <common.h>
+#include <bootstage.h>
 #include <dm.h>
 #include <errno.h>
+#include <init.h>
+#include <time.h>
 #include <timer.h>
 #include <watchdog.h>
 #include <div64.h>