]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / flower / include / flower-proto.hh
index 1e14a5b10c5dbf3f3860d969ff62e1d567ae6497..0d82d8bbc797cb8b8146fdf7dc98beb9b1dd226b 100644 (file)
@@ -9,20 +9,14 @@
 
 char const *flower_version_str0 ();
 
-template<class T, class K> struct Assoc;
-template<class K, class V> struct Hash_table;
-template<class K, class V> struct Hash_table_iter;
-
 typedef unsigned char Byte;
 struct String_convert;
 
 #include "std-string.hh"
-#include "std-vector.hh"
 using namespace std;
 
 #include "real.hh"
 
-template<class T> struct Link_list;
 template<class T> struct Interval_t;
 template<class T> struct PQueue;