summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-02-23 20:14:20 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-02-23 20:14:20 -0800
commita7f9a860b5618fa8c49caeba1ebfd0be7b4a8a02 (patch)
tree02397ba4358e3a55e285cd669069a4a0583cd62e /src
parent32abf6aa80d92576db59b5380b30dabe4152bdf0 (diff)
rototiller: drop vestigial drm includes
Diffstat (limited to 'src')
-rw-r--r--src/rototiller.c2
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"
© All Rights Reserved