]> 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 91e2e36aae59a7969636a8df3b16b5f28ebd2e38..0d82d8bbc797cb8b8146fdf7dc98beb9b1dd226b 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
   fflower-proto.hh -- typenames in flowerlib
 
 
 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;
 
-#if 0
-namespace std {
-struct string;
-template<typename T> struct vector;
-}
-#else
 #include "std-string.hh"
-#include "std-vector.hh"
-#endif
 using namespace std;
 
 #include "real.hh"
 
-template<class T> struct Link_list;
 template<class T> struct Interval_t;
 template<class T> struct PQueue;