Skip to content

Commit 4a87b56

Browse files
Move DiffResult and the shared Modules directories
1 parent eb9d9aa commit 4a87b56

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

Lib/Shared/Includes.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
#Include AppLib\Installer\InstallerComponent\GitHubReleaseInstallerComponent.ahk
8989
#Include AppLib\Installer\InstallerComponent\InstallerComponentBase.ahk
9090
#Include AppLib\Module\ModuleBase.ahk
91+
#Include AppLib\Modules\Auth\Auth.module.ahk
9192
#Include AppLib\Service\AppServiceBase.ahk
9293
#Include AppLib\Service\AuthService.ahk
9394
#Include AppLib\Service\EventManager.ahk
@@ -145,16 +146,15 @@
145146
#Include ContainerLib\ContainerRef\ServiceRef.ahk
146147
#Include ContainerLib\Exception\ContainerException.ahk
147148
#Include ContainerLib\Exception\ParameterNotFoundException.ahk
149+
#Include DataLib\DiffResult.ahk
148150
#Include DataLib\DataProcessor\DataProcessorBase.ahk
149151
#Include DataLib\DataProcessor\PlaceholderExpander.ahk
150152
#Include DataLib\DataProcessor\StringSanitizer.ahk
151153
#Include DataLib\DataTemplate\AhkTemplate.ahk
152154
#Include DataLib\DataTemplate\DataTemplateBase.ahk
153155
#Include DataLib\DataTemplate\StringTemplate.ahk
154-
#Include DataLib\Diff\DiffResult.ahk
155156
#Include DataLib\LayeredData\LayeredDataBase.ahk
156157
#Include DataLib\LayeredData\LayeredEntityData.ahk
157-
#Include Modules\Auth\Auth.module.ahk
158158
#Include ThemeLib\LV_Constants.ahk
159159
#Include ThemeLib\AnimatedGif\AnimatedGif.ahk
160160
#Include ThemeLib\GuiShape\GuiShapeBase.ahk

0 commit comments

Comments
 (0)