test: fix more legacy #include paths

Add a bunch of missing "zephyr/" prefixes to #include statements in
various test and test framework files.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2022-07-19 14:16:24 +00:00 committed by Fabio Baltieri
commit def230187b
758 changed files with 867 additions and 867 deletions

View file

@ -5,7 +5,7 @@
*/
#include <zephyr/zephyr.h>
#include <ztest.h>
#include <zephyr/ztest.h>
#include "lwm2m_util.h"
#include "lwm2m_rw_senml_cbor.h"