提交 00eadc38 编写于 作者: J Jonathon Jongsma 提交者: Ján Tomko

util: hash: use #pragma once in headers

Signed-off-by: NJonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
Signed-off-by: NJán Tomko <jtomko@redhat.com>
上级 bd4ed5bd
......@@ -7,11 +7,9 @@
* Copyright (C) 2000 Bjorn Reese and Daniel Veillard.
*/
#ifndef LIBVIRT_VIRHASH_H
# define LIBVIRT_VIRHASH_H
#pragma once
# include "virautoclean.h"
#include "virautoclean.h"
/*
* The hash table.
......@@ -198,5 +196,3 @@ void *virHashSearch(const virHashTable *table, virHashSearcher iter,
void virHashValueFree(void *value, const void *name);
VIR_DEFINE_AUTOPTR_FUNC(virHashTable, virHashFree);
#endif /* LIBVIRT_VIRHASH_H */
......@@ -25,12 +25,9 @@
* clients can be both 64 or 32 bit at the same time.
*/
#ifndef LIBVIRT_VIRHASHCODE_H
# define LIBVIRT_VIRHASHCODE_H
#pragma once
# include "internal.h"
#include "internal.h"
uint32_t virHashCodeGen(const void *key, size_t len, uint32_t seed)
ATTRIBUTE_NOINLINE;
#endif /* LIBVIRT_VIRHASHCODE_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册