RxFPC:use rx.inc in all modules

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8042 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2021-05-20 06:19:44 +00:00
parent 8a37b387ce
commit 2d820833c8
18 changed files with 28 additions and 21 deletions

View File

@ -30,7 +30,7 @@
unit exsortsql;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -1,6 +1,6 @@
unit RxSortSqlDB;
{$mode objfpc}{$H+}
{$I rx.inc}
interface