The script was made as an analogue to >Organize Includes and has the following important differences: More correct results. For example: $t = DllStructCreate($tagBUTTON_SPLITINFO) ;result Includes Helper :#Include <guibutton.au3> ;result Organize Includes: Func _test() Local $hBrush, $iARGB DllCall($ghGDIPDll, "int", "GdipSetSolidFillColor", "hwnd", $hBrush, "int", $iARGB) EndFunc ;result Includes Helper :#Include <gdiplus.au3> ;result Organize Includes: ;Only under insta