提交 ce534629 编写于 作者: C Cole Robinson

vircgrouppriv.h: Use #pragma once

Acked-by: NEric Blake <eblake@redhat.com>
Signed-off-by: NCole Robinson <crobinso@redhat.com>
上级 ba32be84
......@@ -23,11 +23,10 @@
# error "vircgrouppriv.h may only be included by vircgroup.c or its test suite"
#endif /* LIBVIRT_VIRCGROUPPRIV_H_ALLOW */
#ifndef LIBVIRT_VIRCGROUPPRIV_H
# define LIBVIRT_VIRCGROUPPRIV_H
#pragma once
# include "vircgroup.h"
# include "vircgroupbackend.h"
#include "vircgroup.h"
#include "vircgroupbackend.h"
struct _virCgroupV1Controller {
int type;
......@@ -127,5 +126,3 @@ int virCgroupKillRecursiveInternal(virCgroupPtr group,
int controller,
const char *taskFile,
bool dormdir);
#endif /* LIBVIRT_VIRCGROUPPRIV_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册