mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Refactor: move structures for specific network types out of dbstructures, into their own dbstructures.xxx.pas, and include const.inc in project sources
This commit is contained in:
@ -93,7 +93,7 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses main, dbstructures, grideditlinks;
|
||||
uses main, dbstructures, dbstructures.mysql, grideditlinks;
|
||||
|
||||
{$R *.dfm}
|
||||
|
||||
|
Reference in New Issue
Block a user