treewide: use full path to sensor.h header

The build infrastructure should not be adding the drivers subdirectory
to the include path.  Fix the legacy uses that depended on that
addition.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-25 05:35:02 -06:00 committed by Carles Cufí
commit 165fe48229
16 changed files with 16 additions and 16 deletions

View file

@ -14,7 +14,7 @@
#include <sys/__assert.h>
#include <sys/util.h>
#include <kernel.h>
#include <sensor.h>
#include <drivers/sensor.h>
#include <logging/log.h>
#include "lsm6dso.h"