Skip to content

Commit

Permalink
Move iters.h to src
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Sep 28, 2024
1 parent 08fbcdf commit ce3e45a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/manifold/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set(MANIFOLD_PUBLIC_HDRS
common.h
iters.h
manifold.h
optional_assert.h
polygon.h
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(MANIFOLD_PRIVATE_HDRS
csg_tree.h
hashtable.h
impl.h
iters.h
mesh_fixes.h
parallel.h
quickhull.h
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/parallel.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#include <algorithm>
#include <numeric>

#include "./iters.h"
#include "manifold/common.h"
#include "manifold/iters.h"
namespace manifold {

enum class ExecutionPolicy {
Expand Down

0 comments on commit ce3e45a

Please sign in to comment.