libyang UPDATE add prefix for common and config files

To avoid include conflicts.
diff --git a/src/tree_data_new.c b/src/tree_data_new.c
index 9a257bf..a7d26db 100644
--- a/src/tree_data_new.c
+++ b/src/tree_data_new.c
@@ -24,7 +24,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "common.h"
 #include "compat.h"
 #include "context.h"
 #include "dict.h"
@@ -33,6 +32,7 @@
 #include "in.h"
 #include "in_internal.h"
 #include "log.h"
+#include "ly_common.h"
 #include "parser_data.h"
 #include "parser_internal.h"
 #include "path.h"