]> 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 650622eef9e1269f9b29cea227e29d12d4d1161f..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;
-namespace std {
-  struct String_data;
-  struct String_handle;
-  //template<class T> struct Array;
-  template<class T> struct Link_array;
-}
 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;