1 //===--- depopulated_h_file.h - test input file for iwyu ------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_DEPOPULATED_H_FILE_H_
11 #define INCLUDE_WHAT_YOU_USE_TESTS_CXX_DEPOPULATED_H_FILE_H_
12 
13 #include "tests/cxx/depopulated_h_file-i1.h"
14 
15 #endif  // INCLUDE_WHAT_YOU_USE_TESTS_CXX_DEPOPULATED_H_FILE_H_
16 
17 /**** IWYU_SUMMARY
18 
19 tests/cxx/depopulated_h_file.h should add these lines:
20 
21 tests/cxx/depopulated_h_file.h should remove these lines:
22 - #include "tests/cxx/depopulated_h_file-i1.h"  // lines XX-XX
23 
24 The full include-list for tests/cxx/depopulated_h_file.h:
25 
26 ***** IWYU_SUMMARY */
27