aboutsummaryrefslogtreecommitdiff
path: root/tools/plink/puttyps.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/plink/puttyps.h')
-rw-r--r--tools/plink/puttyps.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/plink/puttyps.h b/tools/plink/puttyps.h
deleted file mode 100644
index e7d280814..000000000
--- a/tools/plink/puttyps.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Find the platform-specific header for this platform.
- */
-
-#ifndef PUTTY_PUTTYPS_H
-#define PUTTY_PUTTYPS_H
-
-#ifdef _WINDOWS
-
-#include "winstuff.h"
-
-#elif defined(macintosh)
-
-#include "macstuff.h"
-
-#elif defined(MACOSX)
-
-#include "osx.h"
-
-#else
-
-#include "unix.h"
-
-#endif
-
-#endif