summaryrefslogtreecommitdiff
path: root/libs/ui/DisplayIdentification.cpp
diff options
context:
space:
mode:
author Dan Albert <danalbert@google.com> 2024-10-29 20:07:10 +0000
committer Dan Albert <danalbert@google.com> 2024-10-29 20:07:10 +0000
commit4878c0d5a420e5d9380de26ec27b6a16b4ac9ffa (patch)
treefd83143a0ee7c73c0365b4df71ff8d5af6403329 /libs/ui/DisplayIdentification.cpp
parentbcd6336d7f03fb6884a537032a1a96398e677b0b (diff)
Remove superfluous #include.
This is implicit in Android's sys/cdefs.h and this header is also built for the host, which doesn't have this header. The missing header was previously hacked around by symlinking the header into a directory that would be included by host builds, but the real header is sensitive to the contents of sys/cdefs.h so that wasn't sound anyway (and we in bionic have no interest in keeping it and its dependencies compatible with non-Android). It was included for __INTRODUCED_IN(), but that's already defined by a command-line argument, so we can just remove the #include. Bug: None Test: treehugger Change-Id: Ia9b057118ac70de1a8d2d6b8898b9fee00887a7e
Diffstat (limited to 'libs/ui/DisplayIdentification.cpp')
0 files changed, 0 insertions, 0 deletions