common: Drop uuid.h from common header
[oweals/u-boot.git] / include / common.h
index 388d98a1db69ed58097772a7e1b4e7c5af9fce13..a8242cafc513655366bdb48ce8fbc03eda9fabbc 100644 (file)
@@ -2,9 +2,8 @@
 /*
  * Common header file for U-Boot
  *
- * This file still includes quite a bit of stuff that should be in separate
- * headers. Please think before adding more things.
- * Patches to remove things are welcome.
+ * This file still includes quite a few headers that should be included
+ * individually as needed. Patches to remove things are welcome.
  *
  * (C) Copyright 2000-2009
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -37,7 +36,6 @@
 #include <asm/global_data.h>   /* global data used for startup functions */
 #include <init.h>
 #include <display_options.h>
-#include <uuid.h>
 #include <vsprintf.h>
 #include <net.h>
 #include <bootstage.h>