X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/38b3766144ab7e9ae2e0b31462fc38a115ec6a9d..d4b8c904a6466bbff96705bd8e16f47d72bf71c1:/atomicio.h 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 -#include - -#include - /* * Ensure all of data on socket comes through. f==read || f==vwrite */