aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/lv_mem.c
diff options
context:
space:
mode:
authorLiam <30486941+liamHowatt@users.noreply.github.com>2024-08-02 01:46:42 -0400
committerGitHub <noreply@github.com>2024-08-02 07:46:42 +0200
commit1d14386b99cdff731cc3367d1d8b5e96ffb8fcea (patch)
tree6c0ac804a785f54efebd372fd7070a5e2f840036 /src/stdlib/lv_mem.c
parenta8c8275b560fa74b8bdd72d1d180c98d22a33fc8 (diff)
downloadlvgl-1d14386b99cdff731cc3367d1d8b5e96ffb8fcea.tar.gz
lvgl-1d14386b99cdff731cc3367d1d8b5e96ffb8fcea.zip
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names (#6068)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Diffstat (limited to 'src/stdlib/lv_mem.c')
-rw-r--r--src/stdlib/lv_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/lv_mem.c b/src/stdlib/lv_mem.c
index c1ab647e3..bfc887fff 100644
--- a/src/stdlib/lv_mem.c
+++ b/src/stdlib/lv_mem.c
@@ -5,7 +5,7 @@
/*********************
* INCLUDES
*********************/
-#include "lv_mem.h"
+#include "lv_mem_private.h"
#include "lv_string.h"
#include "../misc/lv_assert.h"
#include "../misc/lv_log.h"