remove unnecessary codes
[framework/osp/appwidget-service.git] / inc / FShell_AppWidgetManagerStub.h
index 03d537a..80566bb 100644 (file)
 #ifndef _FSHELL_INTERNAL_APPWIDGET_MANAGER_STUB_H_
 #define _FSHELL_INTERNAL_APPWIDGET_MANAGER_STUB_H_
 
-#include <FBaseObject.h>
-#include <FBaseString.h>
 #include <FBaseRtIEventListener.h>
-#include <FSystem.h>
-#include <FIo.h>
-
 #include <FIo_IIpcServerEventListener.h>
-//#include <FApp_IAppManager.h>
-
 
 namespace Tizen { namespace Shell  { namespace App {
 
@@ -91,8 +84,9 @@ private:
 
 protected:
        Tizen::Io::_IpcServer *__pIpcServer;
-};     //_AppWidgetManagerStub
 
-}}}
+};     // class _AppWidgetManagerStub
+
+}}}    // Tizen::Shell::App
 
 #endif//_FSHELL_INTERNAL_APPWIDGET_MANAGER_STUB_H_