]> 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 8ece456d2ea606623f4d1e3f8abf72f482aa6d06..f249cf843748ac9b0b25064ff98687ed957ee273 100644 (file)
@@ -6,11 +6,12 @@
 
 #undef LOCAL_DEBUG
 
-#include "lib/lib.h"
-#include "lib/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)
-#include "images/signature.h"
+#include <images/signature.h>
 #endif
 
 #include <string.h>