From 3074a0146e527759ea841a277cd30b4985c020d4 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 8 May 2014 18:26:07 +0200 Subject: [PATCH] remove superflous boost include --- Library/OSRM_impl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/OSRM_impl.h b/Library/OSRM_impl.h index 98df84f71..0a285db44 100644 --- a/Library/OSRM_impl.h +++ b/Library/OSRM_impl.h @@ -36,8 +36,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../Plugins/BasePlugin.h" #include "../Util/ProgramOptions.h" -#include - struct SharedBarriers; template class BaseDataFacade;