upload tizen1.0 source
[framework/messaging/email-service.git] / utilities / test-application / testapp-thread.c
 /* open header */
 #include <glib.h>
 
-#include "Emf_Mapi_Message.h"
+#include "email-api-account.h"
+#include "email-api-mail.h"
 
 /* internal header */
-#include "emf-test-utility.h"
-#include "emf-test-thread.h"
+#include "testapp-utility.h"
+#include "testapp-thread.h"
 
 static gboolean testapp_test_move_thread()
 {
@@ -131,4 +132,4 @@ void testapp_thread_main()
 
                go_to_loop = testapp_test_interpret_command (menu_number);
        }
-}
\ No newline at end of file
+}