Use private notification headers. 96/58396/3
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Sat, 30 Jan 2016 12:01:59 +0000 (13:01 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Sun, 31 Jan 2016 17:46:56 +0000 (09:46 -0800)
Change-Id: I5cf86fc657939ce4abaca190c00e8c8c2a22d64c
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
src/message.c
src/modules/information/noti.c
src/ticker.c

index 1eb5d7d..d505daf 100644 (file)
@@ -20,7 +20,7 @@
 
 
 #include <notification.h>
-//#include <notification_status_internal.h>
+#include <notification_status_internal.h>
 
 #include "main.h"
 #include "common.h"
index 68e6a4f..facf0a3 100644 (file)
@@ -24,7 +24,7 @@
 #include <vconf.h>
 #include <notification.h>
 #include <notification_list.h>
-//#include <notification_internal.h>
+#include <notification_internal.h>
 #include <app_manager.h>
 #include <app_preference.h>
 
index 0ce9bad..b1ea2df 100644 (file)
 //#include <Ecore_X.h>
 #include <vconf.h>
 #include <app_control.h>
-//#include <notification_internal.h>
+#include <notification_internal.h>
 #include <feedback.h>
 #include <system_settings.h>
 #include <player.h>
 #include <sound_manager.h>
 #include <metadata_extractor.h>
 #include <notification.h>
-//#include <notification_text_domain.h>
+#include <notification_text_domain.h>
 #include <app_manager.h>
 
 #include "common.h"