Client example: Remove unnecessary header file 78/276778/1
authorAdam Michalski <a.michalski2@partner.samsung.com>
Fri, 24 Jun 2022 10:07:06 +0000 (12:07 +0200)
committerAdam Michalski <a.michalski2@partner.samsung.com>
Fri, 24 Jun 2022 10:07:06 +0000 (12:07 +0200)
<unistd.h> was needed by sleep/usleep calls which were used temporarily
during the client app race condition tests. It's redundant now, that's
why it has been removed.

Change-Id: I9d97189a91d6630daa5853d0f62e6ac9042e4f66

clientExample/app/main.cpp

index 09a1090..7392c81 100644 (file)
@@ -2,7 +2,6 @@
 #include <gio/gio.h>
 #include <cassert>
 #include <stdlib.h>
-#include <unistd.h>
 #include "sessiond.h"
 
 static constexpr int SESSION_UID = 5001; // default Tizen's 'owner' uid