mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Clean up a header guard symbols (again)
Commitd52c454aad
"contrib: add vhost-user-gpu" and "c68082c43a
virtio-gpu: split virtio-gpu-pci & virtio-vga" created headers with unusual header guard symbols. Clean them up Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190607141321.9726-1-armbru@redhat.com>
This commit is contained in:
parent
f91005e195
commit
fe2611b016
4 changed files with 12 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue