diff options
Diffstat (limited to 'src/plugins/bmc/bmc_intf.h')
-rw-r--r-- | src/plugins/bmc/bmc_intf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/bmc/bmc_intf.h b/src/plugins/bmc/bmc_intf.h index c73e4c1..1d322ba 100644 --- a/src/plugins/bmc/bmc_intf.h +++ b/src/plugins/bmc/bmc_intf.h @@ -30,8 +30,7 @@ * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#ifndef _BMC_INTF_H -#define _BMC_INTF_H +#pragma once #pragma ident "@(#)bmc_intf.h 1.2 05/03/07 SMI" @@ -203,5 +202,3 @@ typedef struct bmc_msg { #ifdef __cplusplus } #endif - -#endif /* _BMC_INTF_H */ |