]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/getopt-long.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / flower / getopt-long.cc
index feb655ab2e753528e1e3de0505d5cc77f213f46e..cc3968712195d027f2ba136a7e3b23c4f122b646 100644 (file)
@@ -4,19 +4,17 @@
    this is Copyleft (c) 1996--2004 Han-Wen Nienhuys, <hanwen@cs.uu.nl>
  */
 
-#include <string.h>
-#include <stdio.h>
-#include <assert.h>
-#include <stdlib.h>
+#include "getopt-long.hh"
+
+#include <cstring>
+#include <cassert>
+#include <cstdlib>
 
 #include <iostream>
 
 #include "config.hh"
-#include "getopt-long.hh"
-#include "international.hh"
 #include "string-convert.hh"
 
-
 #if !HAVE_GETTEXT
 inline char*
 gettext (char const* s)