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