| //===-- ConnectionFileDescriptor.h ------------------------------*- C++ -*-===// | |
| // | |
| // The LLVM Compiler Infrastructure | |
| // | |
| // This file is distributed under the University of Illinois Open Source | |
| // License. See LICENSE.TXT for details. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| #ifndef liblldb_Host_ConnectionFileDescriptor_h_ | |
| #define liblldb_Host_ConnectionFileDescriptor_h_ | |
| #include "lldb/Host/posix/ConnectionFileDescriptorPosix.h" | |
| #endif |