From f05e4782929fa0c253503381377735a088868838 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 29 Apr 2015 17:13:31 +1000 Subject: [PATCH] options: remove redundant config include --- options.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/options.cpp b/options.cpp index a45bed69..336bb87b 100644 --- a/options.cpp +++ b/options.cpp @@ -17,8 +17,6 @@ #include "options.hpp" -#include "config.h" - #include "debug.hpp" #include "string.hpp" #include "types.hpp"