After D91602 gmock support was added to include-order check. However that support puts gmock and gtest headers in the same category as system headers.
ClangFormat on the other hand for LLVMStyle appears to put system headers after these 2 special cases.
This patch synchronizes the behaviour and fixes more false tidy-warnings