aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/rc4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/rc4.cc')
-rw-r--r--libtests/rc4.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libtests/rc4.cc b/libtests/rc4.cc
index 34d779ad..195740ec 100644
--- a/libtests/rc4.cc
+++ b/libtests/rc4.cc
@@ -7,12 +7,6 @@
#include <iostream>
#include <stdlib.h>
-#ifdef _WIN32
-# include <io.h>
-#else
-# include <unistd.h>
-#endif
-
int main(int argc, char* argv[])
{
if (argc != 4)