Skip to content

Commit

Permalink
Removed unused MSW includes
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-calautti committed Jan 3, 2024
1 parent 5714251 commit a512e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions app/src/DPApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#include <DPApp.h>
#include <gui/DeltaPatcherMainDialog.h>

#ifdef __WXMSW__
#include <windows.h>
#endif

IMPLEMENT_APP(DPApp)

bool DPApp::OnInit(){
Expand Down
5 changes: 0 additions & 5 deletions app/src/gui/DeltaPatcherMainDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
#include <gui/icons/switch.xpm>
#include <gui/icons/log.xpm>

#ifdef __WXMSW__
#include <wx/msw/registry.h>
#include <wx/stdpaths.h>
#endif

DeltaPatcherMainDialog::DeltaPatcherMainDialog( wxWindow* parent, const wxString& patchName )
:
MainDialog( parent ), decodeMode(true), pendingPatchPath(patchName)
Expand Down

0 comments on commit a512e64

Please sign in to comment.