include unistd.h
authorMichael Andres <ma@suse.de>
Wed, 2 May 2012 18:40:04 +0000 (20:40 +0200)
committerMichael Andres <ma@suse.de>
Wed, 2 May 2012 18:40:04 +0000 (20:40 +0200)
zypp/base/Random.cc

index 25344fa..2b24ebd 100644 (file)
@@ -1,8 +1,5 @@
-
-#include <cstdlib>
-#include <cstdio>
-#include <iostream>
 #include <fcntl.h>
+#include <unistd.h>
 #include "zypp/base/Random.h"
 
 using namespace std;