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:
Daniel Pfeifer 2016-04-27 23:29:43 +02:00 committed by Brad King
parent 7110b754fe
commit eda313b485
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "OutputFile.h"
int main(int, char*[])