Move wx/display_impl.h to wx/private/display.h

This shows more clearly that this header is private to wxWidgets and
can't be included by user code.

No real changes.
This commit is contained in:
Vadim Zeitlin
2018-05-22 23:10:45 +02:00
parent 6db5b54fc7
commit bac28b95cd
15 changed files with 10 additions and 29 deletions

View File

@@ -40,7 +40,7 @@
#if wxUSE_DISPLAY
#include "wx/display.h"
#include "wx/display_impl.h"
#include "wx/private/display.h"
#ifndef __WXGTK20__