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:
Peter Bigot 2020-01-17 11:45:46 -06:00 committed by Carles Cufí
commit 44806ba74a

View file

@ -7,7 +7,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "display.h"
#include <logging/log.h>
LOG_MODULE_REGISTER(sample, LOG_LEVEL_INF);