summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/corelib/fpg_base.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas
index 14728007..68b81311 100644
--- a/src/corelib/fpg_base.pas
+++ b/src/corelib/fpg_base.pas
@@ -29,7 +29,7 @@ uses
SysUtils,
fpg_impl,
syncobjs, // TCriticalSection usage
- URIParser, variants, contnrs;
+ variants, contnrs;
type
TfpgCoord = integer; // we might use floating point coordinates in the future...