mirror of https://gitee.com/openkylin/libvirt.git
rpc: Fix name of include guard
The include guard should match the file name and comment. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
6ec39eddf7
commit
648308a287
|
@ -21,8 +21,8 @@
|
|||
* Author: Daniel P. Berrange <berrange@redhat.com>
|
||||
*/
|
||||
|
||||
#ifndef __VIR_NET_PROGRAM_H__
|
||||
# define __VIR_NET_PROGRAM_H__
|
||||
#ifndef __VIR_NET_SERVER_PROGRAM_H__
|
||||
# define __VIR_NET_SERVER_PROGRAM_H__
|
||||
|
||||
# include "virnetmessage.h"
|
||||
# include "virnetserverclient.h"
|
||||
|
|
Loading…
Reference in New Issue