common,core: include msg,transport,console to the convenience headers.
[profile/ivi/murphy.git] / src / common.h
1 #ifndef __MURPHY_COMMON_H__
2 #define __MURPHY_COMMON_H__
3
4 #include <murphy/common/macros.h>
5 #include <murphy/common/mm.h>
6 #include <murphy/common/log.h>
7 #include <murphy/common/list.h>
8 #include <murphy/common/mainloop.h>
9 #include <murphy/common/hashtbl.h>
10 #include <murphy/common/utils.h>
11 #include <murphy/common/file-utils.h>
12 #include <murphy/common/msg.h>
13 #include <murphy/common/transport.h>
14
15 #endif