From: David Kastrup Date: Fri, 22 May 2015 13:15:12 +0000 (+0200) Subject: Remove unneeded include of grob.hh in unpure-pure-container.cc X-Git-Tag: release/2.19.21-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e52c5d72fc45e123c8574803ba52871e6fe8a596;p=lilypond.git Remove unneeded include of grob.hh in unpure-pure-container.cc --- diff --git a/lily/unpure-pure-container.cc b/lily/unpure-pure-container.cc index 3a2ab1e52d..1d073af0fc 100644 --- a/lily/unpure-pure-container.cc +++ b/lily/unpure-pure-container.cc @@ -19,8 +19,6 @@ */ #include "unpure-pure-container.hh" -#include "grob.hh" - // Reroutes a call to the contained function after dropping last two // arguments. Used for applying an "unpure" function in a "pure" // context.