From e52c5d72fc45e123c8574803ba52871e6fe8a596 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 22 May 2015 15:15:12 +0200 Subject: [PATCH] Remove unneeded include of grob.hh in unpure-pure-container.cc --- lily/unpure-pure-container.cc | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.5