Move include/wx/unix/execute.h to include/wx/unix/private.

This header is private and is not supposed to be used from the outside the
library.

See #16325.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-06-11 14:55:08 +00:00
parent 9df9bc0f09
commit 2594929d9f
5 changed files with 3 additions and 11 deletions

View File

@ -707,7 +707,6 @@ ALL_PORTS_BASE_HEADERS = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/unix/fswatcher_inotify.h \
wx/msw/apptrait.h \
@ -2471,7 +2470,6 @@ COND_TOOLKIT_COCOA_BASE_OSX_HDR = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/osx/core/cfdataref.h \
wx/osx/core/cfref.h \
@ -2494,7 +2492,6 @@ COND_TOOLKIT_GTK_BASE_OSX_HDR = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/osx/core/cfdataref.h \
wx/osx/core/cfref.h \
@ -2517,7 +2514,6 @@ COND_TOOLKIT_X11_BASE_OSX_HDR = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/osx/core/cfdataref.h \
wx/osx/core/cfref.h \
@ -2540,7 +2536,6 @@ COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/osx/core/cfdataref.h \
wx/osx/core/cfref.h \
@ -2563,7 +2558,6 @@ COND_TOOLKIT__BASE_OSX_HDR = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/osx/core/cfdataref.h \
wx/osx/core/cfref.h \
@ -2588,7 +2582,6 @@ COND_PLATFORM_UNIX_1_BASE_PLATFORM_HDR = \
wx/unix/stackwalk.h \
wx/unix/tls.h \
wx/unix/fswatcher_kqueue.h \
wx/unix/execute.h \
wx/unix/mimetype.h \
wx/unix/fswatcher_inotify.h
@COND_PLATFORM_UNIX_1@BASE_PLATFORM_HDR = $(COND_PLATFORM_UNIX_1_BASE_PLATFORM_HDR)

View File

@ -102,7 +102,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<set var="BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR" hints="files">
$(BASE_UNIX_AND_DARWIN_HDR)
wx/unix/execute.h
wx/unix/mimetype.h
</set>

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: wx/unix/execute.h
// Name: wx/unix/private/execute.h
// Purpose: private details of wxExecute() implementation
// Author: Vadim Zeitlin
// Copyright: (c) 1998 Robert Roebling, Julian Smart, Vadim Zeitlin

View File

@ -28,7 +28,7 @@
#include "wx/utils.h"
#endif // WX_PRECOMP
#include "wx/unix/execute.h"
#include "wx/unix/private/execute.h"
#include "wx/evtloop.h"
// ============================================================================

View File

@ -46,7 +46,7 @@
#include "wx/private/selectdispatcher.h"
#include "wx/private/fdiodispatcher.h"
#include "wx/unix/execute.h"
#include "wx/unix/private/execute.h"
#include "wx/unix/pipe.h"
#include "wx/unix/private.h"