summaryrefslogtreecommitdiff
path: root/Tests/BuildDepends/Project/ninjadep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/BuildDepends/Project/ninjadep.cpp')
-rw-r--r--Tests/BuildDepends/Project/ninjadep.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/BuildDepends/Project/ninjadep.cpp b/Tests/BuildDepends/Project/ninjadep.cpp
index e794448f2..d3447e2e2 100644
--- a/Tests/BuildDepends/Project/ninjadep.cpp
+++ b/Tests/BuildDepends/Project/ninjadep.cpp
@@ -1,6 +1,7 @@
-#include "dir/header.h"
#include <stdio.h>
+#include "dir/header.h"
+
int main()
{
printf("HEADER_STRING: %s\n", HEADER_STRING);