summaryrefslogtreecommitdiff
path: root/src/reportengine/fpg_report.pas
blob: 9479e685a3afd5a809936781903a8474087f7834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ This file was automatically created by Lazarus. Do not edit!
  This source is only used to compile and install the package.
 }

unit fpg_report; 

interface

uses
  U_Command, U_Report, U_Pdf, U_Visu, U_ReportImages;

implementation

end.