summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/includes.h')
-rw-r--r--usr.bin/ssh/includes.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr.bin/ssh/includes.h b/usr.bin/ssh/includes.h
deleted file mode 100644
index cdcaa95948c..00000000000
--- a/usr.bin/ssh/includes.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* $OpenBSD: includes.h,v 1.58 2006/08/01 23:22:47 stevesk Exp $ */
-
-/*
- * Author: Tatu Ylonen <ylo@cs.hut.fi>
- * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
- * All rights reserved
- * This file includes most of the needed system headers.
- *
- * As far as I am concerned, the code I have written for this software
- * can be used freely for any purpose. Any derived versions of this
- * software must be clearly marked as such, and if the derived work is
- * incompatible with the protocol description in the RFC file, it must be
- * called by a name other than "ssh" or "Secure Shell".
- */
-
-#ifndef INCLUDES_H
-#define INCLUDES_H
-
-#include <sys/types.h>
-
-#endif /* INCLUDES_H */