Skip to content

Commit

Permalink
Removed some unused includes
Browse files Browse the repository at this point in the history
Please, note, that it is not related to #13
  • Loading branch information
kolayne committed Sep 19, 2020
1 parent c23152d commit 7936d48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Face.cu
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <cstdlib>
#include <utility>

#include "Face.cuh"
Expand Down
3 changes: 2 additions & 1 deletion src/MapNode.cu
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#include <utility>

#include "MapNode.cuh"
#include "fucking_shit.cuh"
#include "Particle.cuh"
#include "Polyhedron.cuh"
#ifdef COMPILE_FOR_CPU
#include "fucking_shit.cuh"
#endif //COMPILE_FOR_CPU


__host__ __device__ MapNode::MapNode(Polyhedron *polyhedron, Face *polyhedron_face, SpacePoint coordinates) :
Expand Down
1 change: 0 additions & 1 deletion src/fucking_shit.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <cmath>
#endif //COMPILE_FOR_CPU

#include <initializer_list>
#include <cstdio>

#include "fucking_shit.cuh"
Expand Down

0 comments on commit 7936d48

Please sign in to comment.