mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
Warn about the use of deprecated headers
This commit enables compile-time warnings displayed whenever a deprecated API header is included, and adjusts the existing #include directives accordingly. Issue #1987
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
/* Genode includes */
|
||||
#include <os/attached_dataspace.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <io_mem_session/io_mem_session.h>
|
||||
#include <rm_session/connection.h>
|
||||
#include <region_map/client.h>
|
||||
|
Reference in New Issue
Block a user