mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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…
Reference in New Issue
Block a user