]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/yaffut.hh
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / flower / include / yaffut.hh
index 8b10d23aa5a8dcde1fc5153d0787f7975a186946..cd882461f4fdcfd1b829c651763de6bf36bb22a3 100644 (file)
@@ -21,6 +21,7 @@
 #include <memory>
 #include <sstream>
 #include <stdexcept>
+#include <unistd.h>
 
 #define YAFFUT_STRINGIZE(x) YAFFUT_STRINGIZE_(x)
 #define YAFFUT_STRINGIZE_(x) #x
@@ -394,9 +395,7 @@ void assert_throw (void (*pf) (), const char *at = "")
 
 #ifdef YAFFUT_MAIN
 
-#include <iostream>
 #include <sys/types.h>
-#include <unistd.h>
 
 int main (int argc, const char *argv[])
 {