From d025637eca7e9ef0571dde67b603ca76968c6f2e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 22 Oct 2014 07:09:31 +0200 Subject: [PATCH] Remove driver.h include in command.c --- command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/command.c b/command.c index f2a05cc0f5..2723d62812 100644 --- a/command.c +++ b/command.c @@ -20,7 +20,6 @@ #include "netplay.h" #endif -#include "driver.h" #include "general.h" #include "compat/strl.h" #include "compat/posix_string.h"