common,core: include msg,transport,console to the convenience headers.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 2 May 2012 17:19:39 +0000 (20:19 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 2 May 2012 17:57:15 +0000 (20:57 +0300)
src/common.h
src/core.h

index 7d51027..52ef5ac 100644 (file)
@@ -9,5 +9,7 @@
 #include <murphy/common/hashtbl.h>
 #include <murphy/common/utils.h>
 #include <murphy/common/file-utils.h>
+#include <murphy/common/msg.h>
+#include <murphy/common/transport.h>
 
 #endif
index 6394f25..5d47670 100644 (file)
@@ -3,5 +3,6 @@
 
 #include <murphy/core/context.h>
 #include <murphy/core/plugin.h>
+#include <murphy/core/console.h>
 
 #endif