You've already forked lazarus-ccr
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:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user