summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2015-12-15 10:35:35 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2015-12-15 10:36:52 +0900
commit153e77c73377df148edf23faefef3ea439f1b0b1 (patch)
tree09f1dd22f2c8421f2ceddc52c270b9435765493b
parent6cb6b8c4f4e3052be5dba43fb0b808b82875496a (diff)
downloadnotification-153e77c73377df148edf23faefef3ea439f1b0b1.tar.gz
notification-153e77c73377df148edf23faefef3ea439f1b0b1.tar.bz2
notification-153e77c73377df148edf23faefef3ea439f1b0b1.zip
Remove #include "notification_list.h" from notification.h
Change-Id: I4e6324093b001fa7b8614878bf0ff153f2a684a3 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r--include/notification.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/notification.h b/include/notification.h
index b396b32..411848f 100644
--- a/include/notification.h
+++ b/include/notification.h
@@ -29,7 +29,6 @@
#include <notification_error.h>
#include <notification_type.h>
#include <notification_status.h>
-#include <notification_list.h>
#ifdef __cplusplus
extern "C" {