//===-- ProcessWindows.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_Plugins_Process_Windows_ProcessWindowsForward_H_ #define liblldb_Plugins_Process_Windows_ProcessWindowsForward_H_ #include class ProcessWindows; typedef std::shared_ptr ProcessWindowsSP; #endif