samples/drivers/display: remove redundant include
drivers/display.h was being included both as a double-quote direct include and an angle-quote in the drivers parent directory. Both resolve to the same file. Remove the unqualified reference. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
bce335458b
commit
44806ba74a
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "display.h"
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(sample, LOG_LEVEL_INF);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue