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

31 lines
916 B
C

//===--- direct.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.
//
//===----------------------------------------------------------------------===//
// This file is meant to be directly #included by a .cc file. All it
// does is #include another file (which the .cc file is thus
// #including indirectly).
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_DIRECT_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_DIRECT_H_
#include "tests/cxx/indirect.h"
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_DIRECT_H_
/**** IWYU_SUMMARY
tests/cxx/direct.h should add these lines:
tests/cxx/direct.h should remove these lines:
- #include "tests/cxx/indirect.h" // lines XX-XX
The full include-list for tests/cxx/direct.h:
***** IWYU_SUMMARY */