summaryrefslogtreecommitdiffstats
path: root/atomicio.h
diff options
context:
space:
mode:
Diffstat (limited to 'atomicio.h')
-rw-r--r--atomicio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/atomicio.h b/atomicio.h
index 05b97ab8..2fcd25d4 100644
--- a/atomicio.h
+++ b/atomicio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: atomicio.h,v 1.9 2006/07/30 20:15:19 stevesk Exp $ */
+/* $OpenBSD: atomicio.h,v 1.10 2006/08/03 03:34:41 deraadt Exp $ */
/*
* Copyright (c) 2006 Damien Miller. All rights reserved.
@@ -29,11 +29,6 @@
#ifndef _ATOMICIO_H
#define _ATOMICIO_H
-#include <sys/types.h>
-#include <sys/uio.h>
-
-#include <unistd.h>
-
/*
* Ensure all of data on socket comes through. f==read || f==vwrite
*/