aboutsummaryrefslogtreecommitdiff
path: root/lib/mp-readline
diff options
context:
space:
mode:
authorDamien George2017-03-31 22:29:39 +1100
committerDamien George2017-03-31 22:29:39 +1100
commitb6c7e4b143d96ff9f84ccb22d83b1e15ab084250 (patch)
treecb1e587ea32fab2bcc2837cdfed498abcfdb9479 /lib/mp-readline
parent6e6c01b97189a95b59a037fa7dabcf8217f199af (diff)
all: Use full path name when including mp-readline/timeutils/netutils.
This follows the pattern of how all other headers are now included, and makes it explicit where the header file comes from. This patch also removes -I options from Makefile's that specify the mp-readline/timeutils/ netutils directories, which are no longer needed.
Diffstat (limited to 'lib/mp-readline')
-rw-r--r--lib/mp-readline/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mp-readline/readline.c b/lib/mp-readline/readline.c
index cbb99cc94..4b9875136 100644
--- a/lib/mp-readline/readline.c
+++ b/lib/mp-readline/readline.c
@@ -31,7 +31,7 @@
#include "py/mpstate.h"
#include "py/repl.h"
#include "py/mphal.h"
-#include "readline.h"
+#include "lib/mp-readline/readline.h"
#if 0 // print debugging info
#define DEBUG_PRINT (1)