From cc14eff7c6da515104a71014decd7a15e66f77cc Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Thu, 14 Oct 2010 13:08:16 +0400 Subject: [PATCH] Fix sqlite3.app.src --- src/sqlite3.app.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sqlite3.app.src b/src/sqlite3.app.src index 8a85e40..200f460 100644 --- a/src/sqlite3.app.src +++ b/src/sqlite3.app.src @@ -4,7 +4,6 @@ {vsn, "1"}, {modules, []}, {registered, []}, - {applications, [kernel, stdlib, crypto, inets, lhttpc]}, - {mod, {sqlite3, []}}, + {applications, [kernel, stdlib, crypto, inets]}, {env, []} ]}.