git-svn-id: trunk@29197 -
@@ -91,6 +91,11 @@ Type
implementation
+{$ifdef EXTDEBUG}
+ uses
+ dbugintf;
+{$endif}
+
{ TCustomExtDirectDispatcher }
Const
DefaultNameSpace = 'FPWeb';
@@ -287,10 +292,5 @@ begin
end;
-
-{$ifdef extdebug}
-uses dbugintf;
-{$endif}
end.