summaryrefslogtreecommitdiff
path: root/src/time/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/strftime.c')
-rw-r--r--src/time/strftime.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/time/strftime.c b/src/time/strftime.c
index c229e26d..dfb68276 100644
--- a/src/time/strftime.c
+++ b/src/time/strftime.c
@@ -1,7 +1,7 @@
+#include <locale.h>
+#include <stdio.h>
#include <time.h>
-#include "stdio.h"
#include "_assert.h"
-#include "locale.h"
#include "locale/_locale.h"
/** convert time to a formatted string **/
@@ -189,8 +189,5 @@ UNDEFINED(Copying takes place between objects that overlap)
LC_TIME
RETURN_FAILURE(ZERO)
RETURN_SUCCESS(the length of the converted string, not counting the terminating null)
-*/
-
-/*
STDC(1)
*/