diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-08 09:07:20 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-08 09:07:20 +0200 |
commit | a05b8b7b25511b2a5c9312579be4897e9fab0a97 (patch) | |
tree | 4c77fa69dc8446038f1de831e5fdcb1da84527f4 /test/cpp/interop | |
parent | 89219162dd613b58da8f3cd418f4825a5d566da5 (diff) |
Removing a few more references to #include <chrono>
Diffstat (limited to 'test/cpp/interop')
-rw-r--r-- | test/cpp/interop/client.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc index 5971dc1aea..a4641b667e 100644 --- a/test/cpp/interop/client.cc +++ b/test/cpp/interop/client.cc @@ -31,7 +31,6 @@ * */ -#include <chrono> #include <fstream> #include <memory> #include <sstream> |