remove wrong forward declaration
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Thu, 29 Aug 2013 09:42:19 +0000 (18:42 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Thu, 29 Aug 2013 09:42:19 +0000 (18:42 +0900)
Change-Id: I32305fe74ceced963b6434f404ccd4695436781c

src/core/FShell_NotificationRequestImpl.cpp
src/inc/FShell_NotificationRequestImpl.h

index fa6ec11..bff2f4e 100644 (file)
@@ -23,7 +23,6 @@
 #include <unique_ptr.h>
 #include <FBaseSysLog.h>
 #include <FIoFile.h>
-#include <FGrpColor.h>
 #include <FShellNotificationRequest.h>
 #include "FShell_NotificationRequestImpl.h"
 
index 74a3384..3908120 100644 (file)
 #include <FBaseObject.h>
 #include <FAppTypes.h>
 #include <FOspConfig.h>
-
-namespace Tizen { namespace Graphics
-{
-       class Color;
-}}
+#include <FGrpColor.h>
 
 namespace Tizen { namespace Shell
 {