include-what-you-use/tests/cxx/depopulated_h_file.h

27 lines
855 B
C

//===--- depopulated_h_file.h - test input file for iwyu ------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_DEPOPULATED_H_FILE_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_DEPOPULATED_H_FILE_H_
#include "tests/cxx/depopulated_h_file-i1.h"
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_DEPOPULATED_H_FILE_H_
/**** IWYU_SUMMARY
tests/cxx/depopulated_h_file.h should add these lines:
tests/cxx/depopulated_h_file.h should remove these lines:
- #include "tests/cxx/depopulated_h_file-i1.h" // lines XX-XX
The full include-list for tests/cxx/depopulated_h_file.h:
***** IWYU_SUMMARY */