From: Cole Robinson Date: Wed, 3 Apr 2019 17:30:14 +0000 (-0400) Subject: node_device_hal.h: Use #pragma once X-Git-Tag: v5.3.0-rc1~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba32be8467dc7c7eef8415cbb00dcc723b9191cf;p=thirdparty%2Flibvirt.git node_device_hal.h: Use #pragma once Acked-by: Eric Blake Signed-off-by: Cole Robinson --- diff --git a/src/node_device/node_device_hal.h b/src/node_device/node_device_hal.h index ffcf0c84e6..5e9c25ae34 100644 --- a/src/node_device/node_device_hal.h +++ b/src/node_device/node_device_hal.h @@ -19,7 +19,4 @@ * */ -#ifndef LIBVIRT_NODE_DEVICE_HAL_H -# define LIBVIRT_NODE_DEVICE_HAL_H - -#endif /* LIBVIRT_NODE_DEVICE_HAL_H */ +#pragma once