summaryrefslogtreecommitdiff
path: root/shared/dll_loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/dll_loader.cpp')
-rw-r--r--shared/dll_loader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/dll_loader.cpp b/shared/dll_loader.cpp
index 03b9bf6e..e942a168 100644
--- a/shared/dll_loader.cpp
+++ b/shared/dll_loader.cpp
@@ -5,9 +5,7 @@
// **************************************************************************
//
#include "dll_loader.h"
-#include <wx/msw/wrapwin.h> //includes "windows.h"
#include <map>
-#include <cassert>
namespace
{
bgstack15