Commit fe2611b0 authored by Markus Armbruster's avatar Markus Armbruster
Browse files

Clean up a header guard symbols (again)



Commit d52c454a "contrib: add vhost-user-gpu" and "c68082c4
virtio-gpu: split virtio-gpu-pci & virtio-vga" created headers with
unusual header guard symbols.  Clean them up

Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20190607141321.9726-1-armbru@redhat.com>
parent f91005e1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,8 +11,9 @@
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */
#ifndef VUGPU_VIRGL_H_
#define VUGPU_VIRGL_H_

#ifndef VUGPU_VIRGL_H
#define VUGPU_VIRGL_H

#include "vugpu.h"

+3 −2
Original line number Diff line number Diff line
@@ -6,8 +6,9 @@
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */
#ifndef VHOST_USER_GPU_GBM_H
#define VHOST_USER_GPU_GBM_H

#ifndef VHOST_USER_GPU_VUGBM_H
#define VHOST_USER_GPU_VUGBM_H

#include "qemu/osdep.h"

+3 −2
Original line number Diff line number Diff line
@@ -11,8 +11,9 @@
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */
#ifndef VUGPU_H_
#define VUGPU_H_

#ifndef VUGPU_H
#define VUGPU_H

#include "qemu/osdep.h"

+3 −3
Original line number Diff line number Diff line
#ifndef VIRTIO_VGA_H_
#define VIRTIO_VGA_H_
#ifndef VIRTIO_VGA_H
#define VIRTIO_VGA_H

#include "hw/virtio/virtio-gpu-pci.h"
#include "vga_int.h"
@@ -29,4 +29,4 @@ typedef struct VirtIOVGABaseClass {
    DeviceReset parent_reset;
} VirtIOVGABaseClass;

#endif /* VIRTIO_VGA_H_ */
#endif /* VIRTIO_VGA_H */