summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsJava.h
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2019-09-30 14:46:28 (GMT)
committerBrad King <brad.king@kitware.com>2019-10-01 16:26:36 (GMT)
commited98209ddc8d5e9f5b20cd010c69a25d553b2654 (patch)
treebacc6e66e49837c6bbe02996caf360e1e9fbc211 /Source/cmDependsJava.h
parent185fe49f29f6632a3c26c376fcb4934e91092ff7 (diff)
downloadCMake-ed98209ddc8d5e9f5b20cd010c69a25d553b2654.zip
CMake-ed98209ddc8d5e9f5b20cd010c69a25d553b2654.tar.gz
CMake-ed98209ddc8d5e9f5b20cd010c69a25d553b2654.tar.bz2
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.
Diffstat (limited to 'Source/cmDependsJava.h')
-rw-r--r--Source/cmDependsJava.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDependsJava.h b/Source/cmDependsJava.h
index dd671a1..2a90251 100644
--- a/Source/cmDependsJava.h
+++ b/Source/cmDependsJava.h
@@ -5,12 +5,12 @@
#include "cmConfigure.h" // IWYU pragma: keep
-#include "cmDepends.h"
-
#include <iosfwd>
#include <set>
#include <string>
+#include "cmDepends.h"
+
/** \class cmDependsJava
* \brief Dependency scanner for Java class files.
*/
?id=1f7ad8ab5c053a0c9680984eed507e0bfe68f5db'>Merge topic 'project-references-csharp-17678'Brad King2018-02-269-18/+107 |\ \ \ \ \ | * | | | | VS: Support C# project referencesRobert Dailey2018-02-239-18/+107 | | |_|/ / | |/| | | * | | | | Merge topic 'vs-cpp-improvements'Brad King2018-02-264-82/+58 |\ \ \ \ \ | * | | | | VS: Convert loops to C++11, other C++ improvementsVitaly Stakhovsky2018-02-224-82/+58 * | | | | | CMake Nightly Date StampKitware Robot2018-02-261-1/+1 * | | | | | CMake Nightly Date StampKitware Robot2018-02-251-1/+1 * | | | | | CMake Nightly Date StampKitware Robot2018-02-241-1/+1 | |/ / / / |/| | | | * | | | | Merge branch 'release-3.11'Brad King2018-02-230-0/+0 |\ \ \ \ \ | * \ \ \ \ Merge branch '14297-partial-xcode-zero-check' into release-3.11Brad King2018-02-235-1/+26 | |\ \ \ \ \ | * \ \ \ \ \ Merge branch 'std-thread-link' into release-3.11Brad King2018-02-222-0/+3 | |\ \ \ \ \ \ * | \ \ \ \ \ \ Merge topic 'ninja-depfile-name'Brad King2018-02-231-2/+20 |\ \ \ \ \ \ \ \ | * | | | | | | | Ninja: Use as dependency file <objectDir/SourceName>.d if needed.Claus Klein2018-02-201-2/+20 | | |_|_|_|/ / / | |/| | | | | | * | | | | | | | Merge topic '14297-partial-xcode-zero-check'Brad King2018-02-235-1/+26 |\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | * | | | | | | Xcode: Generate ZERO_CHECK generator target only onceGregor Jasny2018-02-225-1/+26 | | |/ / / / / | |/| | | | | * | | | | | | Merge topic 'std-thread-link'Brad King2018-02-232-0/+3 |\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | * | | | | | CMakeLib: Link to system thread libraries to support std::threadBrad King2018-02-222-0/+3 | | |_|_|_|/ | |/| | | | * | | | | | CMake Nightly Date StampKitware Robot2018-02-231-1/+1 * | | | | | Merge topic 'fortran-compiler'Brad King2018-02-221-6/+14 |\ \ \ \ \ \ | * | | | | | Fortran: Adjust compiler candidates based on host platformxoviat2018-02-211-6/+14 | | |_|/ / / | |/| | | | * | | | | | Merge topic 'setidentifier_move'Brad King2018-02-222-9/+10 |\ \ \ \ \ \ | * | | | | | cmGeneratorExpression: Use std::move to avoid vector copiesFrank Winklmeier2018-02-212-9/+10 * | | | | | | Merge topic 'cmake-build-global-gen'Brad King2018-02-221-4/+4 |\ \ \ \ \ \ \ | * | | | | | | cmake: Fix global generator path style in --build modeBrad King2018-02-211-4/+4 * | | | | | | | Merge topic 'test-ExternalProject-serial'Brad King2018-02-221-0/+4 |\ \ \ \ \ \ \ \ | * | | | | | | | Tests: Run ExternalProject tests seriallyBrad King2018-02-211-0/+4 | |/ / / / / / / * | | | | | | | Merge branch 'release-3.11'Brad King2018-02-220-0/+0 |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | * | | | | | | Merge branch 'test-CompileFeatures-c11-range' into release-3.11Brad King2018-02-21