Tests: Stabilize include order in StringFileTest
This test generates a header file which is not self-contained. Include it in a separate block of includes so that tools that sort includes do not move it.
This commit is contained in:
parent
7110b754fe
commit
eda313b485
@ -1,5 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "OutputFile.h"
|
#include "OutputFile.h"
|
||||||
|
|
||||||
int main(int, char*[])
|
int main(int, char*[])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user