mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 10:25:16 +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/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIBVIRT_INTERNAL_H
|
#pragma once
|
||||||
# define LIBVIRT_INTERNAL_H
|
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
@ -537,5 +536,3 @@ enum {
|
|||||||
#ifndef ENODATA
|
#ifndef ENODATA
|
||||||
# define ENODATA EIO
|
# define ENODATA EIO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* LIBVIRT_INTERNAL_H */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user