/////////////////////////////////////////////////////////////////////////////
-// Name: dynload.cpp
+// Name: src/common/dynload.cpp
// Purpose: Dynamic loading framework
// Author: Ron Lee, David Falkinder, Vadim Zeitlin and a cast of 1000's
// (derived in part from dynlib.cpp (c) 1998 Guilhem Lavaux)
#include "wx/intl.h"
#include "wx/hash.h"
#include "wx/utils.h"
+ #include "wx/module.h"
#endif
#include "wx/strconv.h"
#include "wx/dynload.h"
-#include "wx/module.h"
// ---------------------------------------------------------------------------
}
#endif // wxUSE_DYNAMIC_LOADER
-