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:
Norman Feske
2017-01-30 11:35:12 +01:00
parent b4600bfc99
commit cd3a5852d6
96 changed files with 120 additions and 98 deletions

View File

@@ -19,7 +19,6 @@
#include <base/object_pool.h>
#include <base/capability.h>
#include <base/session_label.h>
#include <cap_session/cap_session.h>
#include <pager/capability.h>
/* NOVA includes */

View File

@@ -23,7 +23,7 @@
#include <rm_session/connection.h>
#include <region_map/client.h>
#include <os/attached_rom_dataspace.h>
#include <base/attached_rom_dataspace.h>
#include <os/config.h>
#include <trace/timestamp.h>