diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-06-07 16:13:21 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-06-12 13:20:21 +0200 |
commit | fe2611b0165e019e341981ce663282e335f5bc4e (patch) | |
tree | 514347753d3042c515f5d3c07686c1b4dbb853b6 /contrib/vhost-user-gpu/virgl.h | |
parent | f91005e195e7e1485e60cb121731589960f1a3c9 (diff) | |
download | qemu-fe2611b0165e019e341981ce663282e335f5bc4e.zip qemu-fe2611b0165e019e341981ce663282e335f5bc4e.tar.gz qemu-fe2611b0165e019e341981ce663282e335f5bc4e.tar.bz2 |
Clean up a header guard symbols (again)
Commit d52c454aad "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>
Diffstat (limited to 'contrib/vhost-user-gpu/virgl.h')
-rw-r--r-- | contrib/vhost-user-gpu/virgl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/vhost-user-gpu/virgl.h b/contrib/vhost-user-gpu/virgl.h index f952bc9..1707878 100644 --- a/contrib/vhost-user-gpu/virgl.h +++ b/contrib/vhost-user-gpu/virgl.h @@ -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" |