diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-10 16:02:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-10 16:02:03 -0700 |
commit | 82fd5dba17bf753301c304e03ad75fab0c49d29a (patch) | |
tree | dd109b0ceb9b726d393f6aa91af200db159b71b6 /tests/box2d/Benchmark.cpp | |
parent | f84537c333524d0841923eaec66604584bf77326 (diff) |
box2d benchmark fixes
Diffstat (limited to 'tests/box2d/Benchmark.cpp')
-rw-r--r-- | tests/box2d/Benchmark.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/box2d/Benchmark.cpp b/tests/box2d/Benchmark.cpp index 914c13a0..46dbbcb0 100644 --- a/tests/box2d/Benchmark.cpp +++ b/tests/box2d/Benchmark.cpp @@ -26,7 +26,6 @@ typedef struct { #include <math.h> #include "Box2D/Box2D.h" -#include "Bench2d.h" using namespace std; |