Skip to content

Commit

Permalink
[gar] work.hpp : remove include of sys/types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Oct 24, 2024
1 parent 09457d9 commit f75f61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gar/include/aligator/gar/work.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

#include <cassert>
#include <sys/types.h>

namespace aligator {
namespace gar {
using uint = unsigned int;

struct workrange_t {
uint beg;
Expand Down

0 comments on commit f75f61e

Please sign in to comment.