]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unpure-pure-container.cc
Remove unneeded include of grob.hh in unpure-pure-container.cc
[lilypond.git] / 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.