diff options
author | David Robillard <d@drobilla.net> | 2018-09-16 22:11:37 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-16 22:11:37 +0200 |
commit | 0c6bb92f3f59b6b86f3b7b56224677e79b2e6900 (patch) | |
tree | 40e3173eec8b493f22152372cc00782f2a076f92 /test/time_test.cpp | |
parent | 07396e8d23bb8724c5960b57aca33e08a97f4e52 (diff) | |
download | raul-0c6bb92f3f59b6b86f3b7b56224677e79b2e6900.tar.gz raul-0c6bb92f3f59b6b86f3b7b56224677e79b2e6900.tar.bz2 raul-0c6bb92f3f59b6b86f3b7b56224677e79b2e6900.zip |
Lint with clang-tidy
Diffstat (limited to 'test/time_test.cpp')
-rw-r--r-- | test/time_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/time_test.cpp b/test/time_test.cpp index 61b9b9a..4b72feb 100644 --- a/test/time_test.cpp +++ b/test/time_test.cpp @@ -20,9 +20,6 @@ #include <cstdint> #include <iostream> -using namespace std; -using namespace Raul; - int main() { |