]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keyword.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / keyword.cc
index de6aca9e495cd7a6c6496384a0c3d7e2d6b377ca..418542cd2566237b3d9a254ff4969c7bb3e2751f 100644 (file)
@@ -1,10 +1,11 @@
 /*
   keyword.cc -- keywords and identifiers
  */
-#include <string.h>
-#include <stdlib.h>
+
 #include "keyword.hh"
 
+#include <cstring>
+#include <cstdlib>
 
 /* for qsort */
 int tabcmp (Keyword_ent  const &p1, Keyword_ent const &p2)