Path.h revision 218885
1218885Sdim//===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
2218885Sdim//
3218885Sdim//                     The LLVM Compiler Infrastructure
4218885Sdim//
5218885Sdim// This file is distributed under the University of Illinois Open Source
6218885Sdim// License. See LICENSE.TXT for details.
7218885Sdim//
8218885Sdim//===----------------------------------------------------------------------===//
9218885Sdim//
10218885Sdim// This file currently includes both PathV1 and PathV2 to facilitate moving
11218885Sdim// clients over to the new interface.
12218885Sdim//
13218885Sdim//===----------------------------------------------------------------------===//
14218885Sdim
15218885Sdim#include "llvm/Support/PathV1.h"
16218885Sdim#include "llvm/Support/PathV2.h"
17