Changeset 146 for trunk/Core.pas


Ignore:
Timestamp:
Dec 29, 2023, 11:44:26 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Unit names without U prefix.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r145 r146  
    1 unit UCore;
     1unit Core;
    22
    33interface
     
    66  Classes, SysUtils, FileUtil, LResources, UHTTPServerCGI, UHTTPSessionMySQL,
    77  UHTTPServer, USqlDatabase, INIFiles, DateUtils, UWebPage, UWebApp,
    8   UXmlClasses, UHtmlClasses, UUtils, UApplicationInfo, UHTTPServerTCP,
    9   UHTTPSessionFile, UUser, Registry, UModularSystem, UWebSession, LazUTF8;
     8  UXmlClasses, UHtmlClasses, Utils, UApplicationInfo, UHTTPServerTCP,
     9  UHTTPSessionFile, User, Registry, UModularSystem, WebSession, LazUTF8;
    1010
    1111const
     
    191191initialization
    192192
    193 {$I UCore.lrs}
     193{$I Core.lrs}
    194194
    195195end.
Note: See TracChangeset for help on using the changeset viewer.