Skip to content

Commit 5ea2f2d

Browse files
committed
1 parent fab8121 commit 5ea2f2d

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

Packages/FPC/p4dlaz.lpk

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</SyntaxOptions>
2020
</Parsing>
2121
</CompilerOptions>
22-
<Files Count="10">
22+
<Files Count="8">
2323
<Item1>
2424
<Filename Value="..\..\Source\PythonEngine.pas"/>
2525
<UnitName Value="PythonEngine"/>
@@ -41,26 +41,18 @@
4141
<UnitName Value="WrapDelphi"/>
4242
</Item5>
4343
<Item6>
44-
<Filename Value="..\..\Source\WrapDelphiButtons.pas"/>
45-
<UnitName Value="WrapDelphiButtons"/>
46-
</Item6>
47-
<Item7>
4844
<Filename Value="..\..\Source\WrapDelphiClasses.pas"/>
4945
<UnitName Value="WrapDelphiClasses"/>
50-
</Item7>
51-
<Item8>
52-
<Filename Value="..\..\Source\WrapDelphiControls.pas"/>
53-
<UnitName Value="WrapDelphiControls"/>
54-
</Item8>
55-
<Item9>
46+
</Item6>
47+
<Item7>
5648
<Filename Value="..\..\Source\WrapDelphiTypes.pas"/>
5749
<UnitName Value="WrapDelphiTypes"/>
58-
</Item9>
59-
<Item10>
50+
</Item7>
51+
<Item8>
6052
<Filename Value="p4dlaz_register.pas"/>
6153
<HasRegisterProc Value="True"/>
6254
<UnitName Value="P4DLaz_register"/>
63-
</Item10>
55+
</Item8>
6456
</Files>
6557
<RequiredPkgs Count="2">
6658
<Item1>

Packages/FPC/p4dlaz.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
interface
99

1010
uses
11-
PythonEngine, MethodCallBack, VarPyth, Lcl.PythonGUIInputOutput, WrapDelphi,
12-
WrapDelphiButtons, WrapDelphiClasses, WrapDelphiControls, WrapDelphiTypes,
11+
PythonEngine, MethodCallBack, VarPyth, Lcl.PythonGUIInputOutput,
12+
WrapDelphi, WrapDelphiClasses, WrapDelphiTypes,
1313
P4DLaz_register, LazarusPackageIntf;
1414

1515
implementation

0 commit comments

Comments
 (0)