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

@@ -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"