From f266172d25dd997def0e617fe10ecd084eb5dfdc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 17 Jan 2001 00:38:06 +0000 Subject: [PATCH] Remove unneeded (and compile-breaking) #include "alpm.h" --- sys/pci/alpm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c index 673e964a9a96..ecf272c8747b 100644 --- a/sys/pci/alpm.c +++ b/sys/pci/alpm.c @@ -51,8 +51,6 @@ #include #include "smbus_if.h" -#include "alpm.h" - #define ALPM_DEBUG(x) if (alpm_debug) (x) #ifdef DEBUG