##// END OF EJS Templates
clang-format: reorder includes to appease the formatter...
marmoute -
r47046:0216abfb default
parent child Browse files
Show More
@@ -16,9 +16,9 b''
16 #include <stdlib.h>
16 #include <stdlib.h>
17 #include <string.h>
17 #include <string.h>
18
18
19 #include "compat.h"
20 #include "bitmanipulation.h"
19 #include "bitmanipulation.h"
21 #include "charencode.h"
20 #include "charencode.h"
21 #include "compat.h"
22 #include "revlog.h"
22 #include "revlog.h"
23 #include "util.h"
23 #include "util.h"
24
24
General Comments 0
You need to be logged in to leave comments. Login now