From 4486b52aa8e5e5273a779908ad8e823fa1bd2812 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Mon, 13 Aug 2018 09:37:44 +0300 Subject: move wlr_drm_connector_add_mode to wlr/backend/drm.h --- rootston/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston') diff --git a/rootston/output.c b/rootston/output.c index 71ccf8bc..d8edf1c2 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include @@ -16,7 +17,6 @@ #include "rootston/layers.h" #include "rootston/output.h" #include "rootston/server.h" -#include "backend/drm/drm.h" /** * Rotate a child's position relative to a parent. The parent size is (pw, ph), -- cgit v1.2.3