common,core: added top-level convenience include files.
[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
13 #endif