Skip to content

Commit

Permalink
remove <iostream> header
Browse files Browse the repository at this point in the history
header not required.
  • Loading branch information
atrayees authored Jun 6, 2024
1 parent f2e5079 commit 9b7f114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/random_walks/uniform_billiard_walk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define RANDOM_WALKS_UNIFORM_BILLIARD_WALK_HPP

#include <Eigen/Eigen>
#include <iostream>
#include "convex_bodies/ball.h"
#include "convex_bodies/ballintersectconvex.h"
#include "convex_bodies/hpolytope.h"
Expand Down

0 comments on commit 9b7f114

Please sign in to comment.