Skip to content

Commit 13bec53

Browse files
author
Tim S
committed
- PythonInterpreter: PCH code fixes
1 parent 731cb8d commit 13bec53

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

PythonInterpreter/PythonInterpCtrl.cpp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
#include <wx/notebook.h>
22
#include <wx/textctrl.h>
33
#include <wx/regex.h>
4-
#include "PythonInterpCtrl.h"
5-
#include <globals.h>
4+
#include <wx/fontutil.h>
65

6+
#include <wx/wxscintilla.h>
77
#include <cbcolourmanager.h>
8+
#include <configmanager.h>
9+
#include <editorcolourset.h>
10+
#include <globals.h>
11+
#include <infowindow.h>
12+
#include <logmanager.h>
13+
14+
#include "PythonInterpCtrl.h"
15+
816

917
//DECLARE_LOCAL_EVENT_TYPE(wxEVT_PY_NOTIFY_UI_CODEOK, -1)
1018
DEFINE_EVENT_TYPE( wxEVT_PY_NOTIFY_UI_CODEOK )

0 commit comments

Comments
 (0)