diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-02-23 20:14:20 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-02-23 20:14:20 -0800 |
commit | a7f9a860b5618fa8c49caeba1ebfd0be7b4a8a02 (patch) | |
tree | 02397ba4358e3a55e285cd669069a4a0583cd62e | |
parent | 32abf6aa80d92576db59b5380b30dabe4152bdf0 (diff) |
rototiller: drop vestigial drm includes
-rw-r--r-- | src/rototiller.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rototiller.c b/src/rototiller.c index 5d7bb0d..53c58dd 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -7,8 +7,6 @@ #include <string.h> #include <stdint.h> #include <unistd.h> -#include <xf86drm.h> -#include <xf86drmMode.h> #include "drm_fb.h" #include "sdl_fb.h" |