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++. --- src/sample.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sample.cc') diff --git a/src/sample.cc b/src/sample.cc index ced8a47..9d28a17 100644 --- a/src/sample.cc +++ b/src/sample.cc @@ -26,9 +26,6 @@ */ #include "sample.h" -#include -#include - #include Sample::Sample(const std::string& name, float power) -- cgit v1.2.3