summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-05-06 16:33:10 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2017-05-06 16:33:10 +0200
commit286cddccfd9d69f4bc567fc9f00898f06315cd30 (patch)
tree22ea704d16653483a972d8b16e0c8724c3d28828 /plugingui/filebrowser.cc
parenta1f4e968563763435027a905be8349cda1974e00 (diff)
Get rid of unused unistd includes. Change the rest of the sleep calls to c++.
Diffstat (limited to 'plugingui/filebrowser.cc')
-rw-r--r--plugingui/filebrowser.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc
index 62f7775..8854f6e 100644
--- a/plugingui/filebrowser.cc
+++ b/plugingui/filebrowser.cc
@@ -37,7 +37,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <unistd.h>
#include <platform.h>
#include <hugin.hpp>