device_manager: remove unused #include <set>

GCC 13 is more strict about what C++ features are available in a freestanding
(= build without standard library) build. The container types are not
available.

In this case the device manager does not use the std::set container.

Change-Id: Iaa2d71b40c9247fac8ccf2a0033c9fc288550dc7
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6642
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Niels Sascha Reedijk
2023-06-25 09:10:49 +00:00
committed by Adrien Destugues
parent 4958c5d7b6
commit 68578fe6a8
@@ -7,7 +7,6 @@
#include <kdevice_manager.h>
#include <new>
#include <set>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>