diff options
author | 2003-04-26 02:47:11 +0000 | |
---|---|---|
committer | 2003-04-26 02:47:11 +0000 | |
commit | b583fa5c20bb53bc391b3c4d767b448247d140e2 (patch) | |
tree | 0c14e9f19fe16ae8782f8b94cb913dea977c222a | |
parent | remove stuff not needed (diff) | |
download | wireguard-openbsd-b583fa5c20bb53bc391b3c4d767b448247d140e2.tar.xz wireguard-openbsd-b583fa5c20bb53bc391b3c4d767b448247d140e2.zip |
remove a bit more junk
-rw-r--r-- | sbin/pdisk/pathname.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sbin/pdisk/pathname.c b/sbin/pdisk/pathname.c index 81198433f36..1a437a69a09 100644 --- a/sbin/pdisk/pathname.c +++ b/sbin/pdisk/pathname.c @@ -32,12 +32,6 @@ #include "pathname.h" #include "file_media.h" -#ifndef __linux__ -#include "SCSI_media.h" -#include "ATA_media.h" -#endif - - /* * Defines */ |