git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45528
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_POPUPWIN //-----------------------------------
#if wxUSE_POPUPWIN //-----------------------------------
-#include <wx/popupwin.h>
+#include "wx/popupwin.h"
#else // !wxUSE_POPUPWIN -----------------------------------
#else // !wxUSE_POPUPWIN -----------------------------------
// A normal window to place the wxSTCListBox upon, but make it behave as much
// like a wxPopupWindow as possible
// A normal window to place the wxSTCListBox upon, but make it behave as much
// like a wxPopupWindow as possible
#if wxUSE_POPUPWIN && wxSTC_USE_POPUP
#if wxUSE_POPUPWIN && wxSTC_USE_POPUP
-#include <wx/popupwin.h>
+#include "wx/popupwin.h"
#define wxSTCCallTipBase wxPopupWindow
#define param2 wxBORDER_NONE // popup's 2nd param is flags
#else
#define wxSTCCallTipBase wxPopupWindow
#define param2 wxBORDER_NONE // popup's 2nd param is flags
#else
#define wxSTCCallTipBase wxFrame
#define param2 -1 // wxWindow's 2nd param is ID
#endif
#define wxSTCCallTipBase wxFrame
#define param2 -1 // wxWindow's 2nd param is ID
#endif
-#include <wx/dcbuffer.h>
+#include "wx/dcbuffer.h"
class wxSTCCallTip : public wxSTCCallTipBase {
public:
class wxSTCCallTip : public wxSTCCallTipBase {
public: