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)
commit53a18a95170dd4cafb267763e9d8feca392b006b
treea9a114e4245b008790ed9175cf8f6fcd0c8aa9c5
parent83b89b0e68a10ac4db50598f434342e8c0b40230
Client example: Remove unnecessary header file

<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