]> mj.ucw.cz Git - libucw.git/blobdiff - images/config.c
Packages: The version number appended to names of libraries is detected from ucw...
[libucw.git] / images / config.c
index c3a5855e71ec73a0b452cc7ec9b645c83e9f7b87..f249cf843748ac9b0b25064ff98687ed957ee273 100644 (file)
@@ -6,11 +6,12 @@
 
 #undef LOCAL_DEBUG
 
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/conf.h"
-#include "images/images.h"
+#include <ucw/lib.h>
+#include <ucw/conf.h>
+#include <images/images.h>
+#include <images/error.h>
 #if defined(CONFIG_IMAGES_SIM) || defined(CONFIG_IMAGES_DUP)
 #if defined(CONFIG_IMAGES_SIM) || defined(CONFIG_IMAGES_DUP)
-#include "images/signature.h"
+#include <images/signature.h>
 #endif
 
 #include <string.h>
 #endif
 
 #include <string.h>