summaryrefslogtreecommitdiff
path: root/jenah.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'jenah.lpr')
-rw-r--r--jenah.lpr4
1 files changed, 1 insertions, 3 deletions
diff --git a/jenah.lpr b/jenah.lpr
index c078881..0ba2fb6 100644
--- a/jenah.lpr
+++ b/jenah.lpr
@@ -3,11 +3,9 @@ program jenah;
{$mode objfpc}{$H+}
uses
- {$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
- {$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
- Forms, Unit1, lnetvisual, filterunit
+ Forms, Unit1, filterunit, jenahunit
{ you can add units after this };
{$R *.res}