diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-07 15:24:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 15:24:28 -0500 |
commit | fe187fc887d5b62d47e81b25cfa1a67b0fa4cc16 (patch) | |
tree | 8478e3a6b450ef6c09287c2a91f19d2b1fca87d0 /rootston | |
parent | e61ea7706b36435836f341bc371124902d5fb412 (diff) | |
parent | bfd0254485f51c2c185a7321bbc9d56aada730ab (diff) |
Merge pull request #1454 from jbeich/freebsd
Simplify FreeBSD build
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/cursor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index d2d3b510..b7ecc813 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -7,11 +7,7 @@ #include <wlr/util/edges.h> #include <wlr/util/log.h> #include <wlr/util/region.h> -#ifdef __linux__ #include <linux/input-event-codes.h> -#elif __FreeBSD__ -#include <dev/evdev/input-event-codes.h> -#endif #include "rootston/cursor.h" #include "rootston/desktop.h" #include "rootston/view.h" |