Skip to content

Commit f902045

Browse files
ryenusBenBE
andcommitted
adjust the order of include directives
thanks to htop-dev#1726 (comment) Co-authored-by: BenBE <[email protected]>
1 parent b878d56 commit f902045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CommandScreen.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ in the source distribution for its full text.
1111
#include "CommandScreen.h"
1212

1313
#include <assert.h>
14-
#include <stdlib.h>
14+
#include <locale.h>
1515
#include <stdio.h>
16+
#include <stdlib.h>
1617
#include <string.h>
1718
#include <wchar.h>
1819
#include <wctype.h>
19-
#include <locale.h>
2020

2121
#include "CRT.h"
2222
#include "Macros.h"

0 commit comments

Comments
 (0)