Skip to content

Commit 4f99087

Browse files
author
Tim S
committed
- PythonCodeCompletion: PCH code fixes
1 parent 84e9b4f commit 4f99087

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

PythonCodeCompletion/PythonCodeCompletion.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#include <sdk.h> // Code::Blocks SDK
1+
#include <sdk.h> // Code::Blocks SDK
2+
#include <wx/menu.h>
3+
24
#include <configurationpanel.h>
35
#include "PythonCodeCompletion.h"
46

PythonCodeCompletion/PythonCodeCompletion.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
#ifndef PYTHON_CODE_COMPLETION_H_INCLUDED
1616
#define PYTHON_CODE_COMPLETION_H_INCLUDED
1717

18-
// For compilers that support precompilation, includes <wx/wx.h>
19-
#include <wx/wxprec.h>
20-
21-
#ifndef WX_PRECOMP
22-
#include <wx/wx.h>
23-
#endif
2418

2519
#include <cbplugin.h> // for "class cbPlugin"
2620
#include "xmlrpc_embedder.h"

0 commit comments

Comments
 (0)