mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
src/internal.h: use #pragma once
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e31f3df7ca
commit
127b79f77f
@ -18,8 +18,7 @@
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_INTERNAL_H
|
||||
# define LIBVIRT_INTERNAL_H
|
||||
#pragma once
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
@ -537,5 +536,3 @@ enum {
|
||||
#ifndef ENODATA
|
||||
# define ENODATA EIO
|
||||
#endif
|
||||
|
||||
#endif /* LIBVIRT_INTERNAL_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user