From a20d7d482113a5eba59bd7a51857c9403e75d7fd Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 3 May 2016 09:20:42 -0400 Subject: Tests: Fix Plugin test include order Fix the order accidentally broken by commit e1c77472 (Format include directive blocks and ordering with clang-format, 2016-04-29). Include the KWSys header first in its own block so that it is not moved by tools that re-order includes. It must be included first to define large file support macros consistently. --- Tests/Plugin/src/example_exe.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/Plugin/src/example_exe.cxx b/Tests/Plugin/src/example_exe.cxx index 393bb68..fd23e8f 100644 --- a/Tests/Plugin/src/example_exe.cxx +++ b/Tests/Plugin/src/example_exe.cxx @@ -1,9 +1,10 @@ +#include + #include #include #include -#include #include #include -- cgit v0.12