diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-02-23 20:14:45 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-02-23 20:14:45 -0800 |
commit | 1bf11626543c2b0dd10e8e0e4f3f75c99ea4f16c (patch) | |
tree | e578496cbbf8294b00befde698c7688bd220605e /src/rototiller.c | |
parent | a7f9a860b5618fa8c49caeba1ebfd0be7b4a8a02 (diff) |
drm_fb,sdl_fb: drop vestigial headers
With fb backends entirely abstracted behind fb_ops_t, this is
no longer necessary.
Diffstat (limited to 'src/rototiller.c')
-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 53c58dd..79d0778 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -8,8 +8,6 @@ #include <stdint.h> #include <unistd.h> -#include "drm_fb.h" -#include "sdl_fb.h" #include "settings.h" #include "setup.h" #include "fb.h" |