projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2219033
)
Remove unnecessary glob.h include
author
Mateusz Majewski
<m.majewski2@samsung.com>
Tue, 25 Mar 2025 13:06:30 +0000
(14:06 +0100)
committer
Mateusz Majewski
<m.majewski2@samsung.com>
Tue, 25 Mar 2025 14:15:39 +0000
(15:15 +0100)
I don't think it actually is used anywhere, and it makes building on
non-Linux impossible.
Change-Id: I9be282ca48fbfebd888faec8bbfc2e84ae31828e
ui/egl-helpers.c
patch
|
blob
|
history
diff --git
a/ui/egl-helpers.c
b/ui/egl-helpers.c
index 990bc4939aedd802d79d567235c09e07efba5904..747bd5df7254c5f679ed8812de2c1a280d306390 100644
(file)
--- a/
ui/egl-helpers.c
+++ b/
ui/egl-helpers.c
@@
-1,5
+1,4
@@
#include "qemu/osdep.h"
-#include <glob.h>
#include <dirent.h>
#include "qemu/error-report.h"