Remove convert.inc from fpmake include list as it was removed in commit 15ff16d852

This commit is contained in:
Pierre Muller 2022-12-28 13:38:55 +00:00
parent 20f649b7e9
commit ea68c97f50

View File

@ -97,7 +97,6 @@ begin
AddInclude('videoh.inc');
AddInclude('video.inc');
AddInclude('videodata.inc',AllAmigaLikeOSes);
AddInclude('convert.inc',AllUnixOSes);
AddInclude('nwsys.inc',[netware]);
AddUnit ('mouse',[go32v2,msdos]);
AddUnit ('unixkvmbase',AllUnixOSes);