diff options
author | Tobias Fella <fella@posteo.de> | 2021-12-24 17:07:29 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-24 17:07:29 +0100 |
commit | 60947d610d0ece6943d2c2e385d6c6c2f960853d (patch) | |
tree | 08cf62f3b2c866da77a99c5c088bf8dc06ce73a7 /autotests | |
parent | aeed7f3bada2cefcb52d4418b5ed76f19980d702 (diff) | |
download | libquotient-60947d610d0ece6943d2c2e385d6c6c2f960853d.tar.gz libquotient-60947d610d0ece6943d2c2e385d6c6c2f960853d.zip |
Apply suggestions
Diffstat (limited to 'autotests')
-rw-r--r-- | autotests/testolmaccount.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp index f0fcfe58..d547b683 100644 --- a/autotests/testolmaccount.cpp +++ b/autotests/testolmaccount.cpp @@ -12,13 +12,6 @@ #include <room.h> #include <csapi/joining.h> -// for sleep -#ifdef _WIN32 -#include <Windows.h> -#else -#include <unistd.h> -#endif - using namespace Quotient; void TestOlmAccount::pickleUnpickledTest() |