mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
src/test: use #pragma once in headers
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
9dd2915056
commit
6bbc6269c1
@ -19,11 +19,8 @@
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_TEST_DRIVER_H
|
||||
# define LIBVIRT_TEST_DRIVER_H
|
||||
#pragma once
|
||||
|
||||
# include "internal.h"
|
||||
#include "internal.h"
|
||||
|
||||
int testRegister(void);
|
||||
|
||||
#endif /* LIBVIRT_TEST_DRIVER_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user