From ed98209ddc8d5e9f5b20cd010c69a25d553b2654 Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Mon, 30 Sep 2019 10:46:28 -0400 Subject: Revise include order using clang-format-6.0 Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. --- Help/guide/tutorial/Complete/MathFunctions/MathFunctions.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Help/guide/tutorial/Complete/MathFunctions/MathFunctions.cxx') diff --git a/Help/guide/tutorial/Complete/MathFunctions/MathFunctions.cxx b/Help/guide/tutorial/Complete/MathFunctions/MathFunctions.cxx index 5351184be4..0145300629 100644 --- a/Help/guide/tutorial/Complete/MathFunctions/MathFunctions.cxx +++ b/Help/guide/tutorial/Complete/MathFunctions/MathFunctions.cxx @@ -1,5 +1,6 @@ #include "MathFunctions.h" + #include #ifdef USE_MYMATH -- cgit v1.2.1