diff --git a/examples/example1/dub.json b/examples/example1/dub.json
index fde705ec..8b63adaf 100644
--- a/examples/example1/dub.json
+++ b/examples/example1/dub.json
@@ -74,8 +74,7 @@
 
     "copyFiles-windows": [
         "../../lib/SDL2.dll",
-        "../../lib/FreeImage.dll",
-        "../../lib/libfreetype-6.dll"
+        "../../lib/FreeImage.dll"
     ],
 
     "mainSourceFile": "src/main.d",
diff --git a/src/dlangui/platforms/sdl/sdlapp.d b/src/dlangui/platforms/sdl/sdlapp.d
index 970ae110..729e13a0 100644
--- a/src/dlangui/platforms/sdl/sdlapp.d
+++ b/src/dlangui/platforms/sdl/sdlapp.d
@@ -15,7 +15,7 @@ Copyright: Vadim Lopatin, 2014
 License:   Boost License 1.0
 Authors:   Vadim Lopatin, coolreader.org@gmail.com
 */
-module src.dlangui.platforms.sdl.sdlapp;
+module dlangui.platforms.sdl.sdlapp;
 
 version(USE_SDL) {
     import core.runtime;