-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layers: Header cleanup #8694
layers: Header cleanup #8694
Conversation
CI Vulkan-ValidationLayers build queued with queue ID 278421. |
CI Vulkan-ValidationLayers build # 17737 running. |
CI Vulkan-ValidationLayers build # 17737 failed. |
bb778ee
to
47b41e7
Compare
CI Vulkan-ValidationLayers build queued with queue ID 278457. |
CI Vulkan-ValidationLayers build # 17738 running. |
CI Vulkan-ValidationLayers build # 17738 failed. |
CI Vulkan-ValidationLayers build queued with queue ID 278495. |
CI Vulkan-ValidationLayers build # 17739 running. |
@@ -25,6 +25,7 @@ | |||
#include <string> | |||
#include <deque> | |||
#include <chrono> | |||
#include <set> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this change remove includes that are already included by some other headers? It looks like std::set
is used in this file.
Please ignore!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as you might have found out, the custom_containers.h
wasn't hiding <set>
/<map>
in the #ifdef USE_ROBIN_HOOD_HASHING
else check
CI Vulkan-ValidationLayers build # 17739 failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming it's CI issue
CI is failing for Video test (unrelated) and tracking it here #8696 |
Remove more
#include
headers that are just including the world everywhere