richmemo: remove explicit use of "richmemopackage" from sample projects
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4061 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
5384089c5f
commit
cb78def1e9
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, mainform, richmemopackage;
|
||||
Forms, mainform;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, mainform, richmemopackage;
|
||||
Forms, mainform;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, mainform, richmemopackage;
|
||||
Forms, mainform;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, mainform, richmemopackage;
|
||||
Forms, mainform;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, Unit1, richmemopackage;
|
||||
Forms, Unit1;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, mainform, richmemopackage;
|
||||
Forms, mainform;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user