| Index: include.preload.js | 
| =================================================================== | 
| --- a/include.preload.js | 
| +++ b/include.preload.js | 
| @@ -12,18 +12,19 @@ | 
| * GNU General Public License for more details. | 
| * | 
| * You should have received a copy of the GNU General Public License | 
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 
| */ | 
| "use strict"; | 
| -let {splitSelector} = require("common"); | 
| -let {ElemHideEmulation} = require("content_elemHideEmulation"); | 
| +let {splitSelector} = require("./adblockpluscore/lib/common"); | 
| +let {ElemHideEmulation} = | 
| + require("./adblockpluscore/lib/content/elemHideEmulation"); | 
| // This variable is also used by our other content scripts. | 
| let elemhide; | 
| const typeMap = new Map([ | 
| ["img", "IMAGE"], | 
| ["input", "IMAGE"], | 
| ["picture", "IMAGE"], |