From 286cddccfd9d69f4bc567fc9f00898f06315cd30 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 May 2017 16:33:10 +0200 Subject: Get rid of unused unistd includes. Change the rest of the sleep calls to c++. --- drumgizmo/drumgizmoc.cc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'drumgizmo') diff --git a/drumgizmo/drumgizmoc.cc b/drumgizmo/drumgizmoc.cc index 22313c0..a3df3f7 100644 --- a/drumgizmo/drumgizmoc.cc +++ b/drumgizmo/drumgizmoc.cc @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -49,13 +48,13 @@ static const char version_str[] = "DrumGizmo v" VERSION "\n"; static const char copyright_str[] = - "Copyright (C) 2008-2011 Bent Bisballe Nyeng - Aasimon.org.\n" - "This is free software. You may redistribute copies of it under the terms " - "of\n" - "the GNU Lesser General Public License .\n" - "There is NO WARRANTY, to the extent permitted by law.\n" - "\n" - "Written by Bent Bisballe Nyeng (deva@aasimon.org)\n"; + "Copyright (C) 2008-2011 Bent Bisballe Nyeng - Aasimon.org.\n" + "This is free software. You may redistribute copies of it under the terms " + "of\n" + "the GNU Lesser General Public License .\n" + "There is NO WARRANTY, to the extent permitted by law.\n" + "\n" + "Written by Bent Bisballe Nyeng (deva@aasimon.org)\n"; static const char usage_str[] = "Usage: %s [options] drumkitfile\n" -- cgit v1.2.3