[IMPROVE] change absolute paths to relative ones
authorAlexander Aksenov <a.aksenov@samsung.com>
Mon, 11 Nov 2013 08:30:38 +0000 (12:30 +0400)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 11 Nov 2013 10:06:01 +0000 (10:06 +0000)
Change-Id: Id69e6af816feafebe0302e0786f4547a6b430278
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
parser/msg_cmd.c
writer/swap_writer_module.c

index e0b77cc..bc2c0c6 100644 (file)
@@ -30,7 +30,7 @@
 #include "features.h"
 #include "parser_defs.h"
 #include "us_inst.h"
-#include "../us_manager/us_manager.h"
+#include <us_manager/us_manager.h>
 
 static int set_config(struct conf_data *conf)
 {
index e14defd..d5579b5 100644 (file)
@@ -35,8 +35,8 @@
 #include <linux/slab.h>
 #include <asm/uaccess.h>
 
-#include "../buffer/swap_buffer_module.h"
-#include "../buffer/swap_buffer_errors.h"
+#include <buffer/swap_buffer_module.h>
+#include <buffer/swap_buffer_errors.h>
 
 #include "swap_writer_module.h"
 #include "swap_writer_errors.h"