From 9d87d4e33616aba3f57578548fdb8cb150b814e8 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sun, 21 Jan 2018 19:09:35 -0500 Subject: [PATCH] take roots_view out of input.h --- include/rootston/input.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rootston/input.h b/include/rootston/input.h index 2270ea0c..726dda24 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -9,8 +9,6 @@ #include "rootston/view.h" #include "rootston/server.h" -struct roots_view; - struct roots_input { struct roots_config *config; struct roots_server *server;