From 89902c3339b0555b7d2d8d970c1404fbb77a0e03 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Jan 2015 00:10:32 +0100 Subject: [PATCH] Remove unneeded header include in input_common.h --- input/input_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/input/input_common.h b/input/input_common.h index 983b171a75..7ca96518e3 100644 --- a/input/input_common.h +++ b/input/input_common.h @@ -21,7 +21,6 @@ extern "C" { #endif -#include "input_context.h" #include #include #include "../driver.h"