clang-tidy trivial cleanup

This commit is contained in:
Daniel Agar
2017-02-24 13:10:52 -05:00
parent 5f2f6f0308
commit cfa68c2196
26 changed files with 157 additions and 177 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
#include <stdio.h>
#include <matrix/helper_functions.hpp>
#include "test_macros.hpp"
#include <matrix/helper_functions.hpp>
using namespace matrix;
using matrix::isEqual;
using matrix::isEqualF;
using matrix::Vector3f;
using matrix::wrap_pi;
int main()
{