summaryrefslogtreecommitdiff
path: root/src/string/memmove_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memmove_s.c')
-rw-r--r--src/string/memmove_s.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/string/memmove_s.c b/src/string/memmove_s.c
index c489161d..69bc7208 100644
--- a/src/string/memmove_s.c
+++ b/src/string/memmove_s.c
@@ -1,6 +1,6 @@
-#include "string.h"
-#include "stdlib.h"
-#include "sys/_nonstd_.h"
+#include <string.h>
+#include <stdlib.h>
+#include "_assert.h"
/** move memory **/
errno_t memmove_s(void *s1, rsize_t s1max, const void *s2, rsize_t n)