Sanitise includes across codebase
[project/bcm63xx/atf.git] / include / drivers / partition / partition.h
index 2aeaace9f619cf79a7de4589ab86c57078d8d580..d94c7824a63f6cba6c233e7195c736be982566fa 100644 (file)
@@ -7,9 +7,10 @@
 #ifndef PARTITION_H
 #define PARTITION_H
 
-#include <cassert.h>
 #include <stdint.h>
 
+#include <lib/cassert.h>
+
 #if !PLAT_PARTITION_MAX_ENTRIES
 # define PLAT_PARTITION_MAX_ENTRIES    128
 #endif /* PLAT_PARTITION_MAX_ENTRIES */