Quinn Pham c3dc6b081d [NFC][clang-tools-extra] Inclusive language: replace master with main
[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `SubModule2.h`.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D114100
2021-11-25 11:01:16 -06:00

4 lines
123 B
C

// SubModule2.h - Main header with same name as directory.
#include "SubModule2/Header3.h"
#include "SubModule2/Header4.h"