]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove unneeded include of grob.hh in unpure-pure-container.cc
authorDavid Kastrup <dak@gnu.org>
Fri, 22 May 2015 13:15:12 +0000 (15:15 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 22 May 2015 13:15:28 +0000 (15:15 +0200)
lily/unpure-pure-container.cc

index 3a2ab1e52de6ec64063b2c022a681cd3be900d03..1d073af0fcbb5c9c83785de9581b590727b76a9b 100644 (file)
@@ -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.