summaryrefslogtreecommitdiffstats
path: root/tests/driver/direct.h
blob: c4c6c78a60671c06a62f237cf8e44432c41f3af2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===--- 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.
//
//===----------------------------------------------------------------------===//

#ifndef INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_DIRECT_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_DIRECT_H_

#include "tests/driver/indirect.h"

#endif  // INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_DIRECT_H_