We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731cb8d commit 13bec53Copy full SHA for 13bec53
1 file changed
PythonInterpreter/PythonInterpCtrl.cpp
@@ -1,10 +1,18 @@
1
#include <wx/notebook.h>
2
#include <wx/textctrl.h>
3
#include <wx/regex.h>
4
-#include "PythonInterpCtrl.h"
5
-#include <globals.h>
+#include <wx/fontutil.h>
6
+#include <wx/wxscintilla.h>
7
#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
16
17
//DECLARE_LOCAL_EVENT_TYPE(wxEVT_PY_NOTIFY_UI_CODEOK, -1)
18
DEFINE_EVENT_TYPE( wxEVT_PY_NOTIFY_UI_CODEOK )
0 commit comments