Skip to content

Commit 4e3464f

Browse files
committed
[gar] work.hpp : remove include of sys/types.h
1 parent f2c72fe commit 4e3464f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gar/include/aligator/gar/work.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#pragma once
22

33
#include <cassert>
4-
#include <sys/types.h>
54

65
namespace aligator {
76
namespace gar {
7+
using uint = unsigned int;
88

99
struct workrange_t {
1010
uint beg;

0 commit comments

Comments
 (0)