]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/pqueue.hh
release: 1.0.1
[lilypond.git] / flower / include / pqueue.hh
index 67726d47f1feb2ffa71195bb92350dc9021cd27d..ba48993ccb94028f4e24adb171dc2512b8a78733 100644 (file)
@@ -3,13 +3,13 @@
 
   source file of the Flower Library
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef PQUEUE_HH
 #define PQUEUE_HH
-#include "varray.hh"
+#include "array.hh"
 
 
 template<class K, class T>