From 1bf11626543c2b0dd10e8e0e4f3f75c99ea4f16c Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 23 Feb 2018 20:14:45 -0800 Subject: drm_fb,sdl_fb: drop vestigial headers With fb backends entirely abstracted behind fb_ops_t, this is no longer necessary. --- src/rototiller.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rototiller.c') diff --git a/src/rototiller.c b/src/rototiller.c index 53c58dd..79d0778 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -8,8 +8,6 @@ #include #include -#include "drm_fb.h" -#include "sdl_fb.h" #include "settings.h" #include "setup.h" #include "fb.h" -- cgit v1.2.1