Exclude <system/syscommon-plugin-resourced-memory-lmk.h> header file in
LMK backend to follow rule between libsyscommon and plugin backend.
*.h can be only referenced from resourced. Therefore, resourced backend
cannot reference header file from *.h. Instead, resourced backend can
reference *-interface.h.
Change-Id: I971ee3b2832682a066641151506bfb2ba6e5fa1a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
#include <stdbool.h>
#include <system/syscommon-plugin-common-interface.h>
-#include <system/syscommon-plugin-resourced-memory-lmk.h>
#include <system/syscommon-plugin-resourced-memory-lmk-interface.h>
#include "common.h"