unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils; {$Warning The package editortoolbar was removed. Its features are now part of the IDE. You can safely uninstall the package.} implementation end.