﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1779	AutoIt Include Files Missing Includes?	anonymous		"I went through the AutoIt Includes tonight with the OrganizeIncludes script with which you may be familiar and I think I may have found quite a few includes which were themselves missing some includes.  Maybe they are false positives, a bug in the OrganizeIncludes script, or just me misintrepreting the results.  I hope that I don't look like a complete brainless moran.

Anyways, here is the list of includes and their missing includes:

Date.au3
	#include <SecurityConstants.au3>
	#include <WinAPIError.au3>

Debug.au3
	#include <Constants.au3>
	#include <EditConstants.au3>
	#include <GUIConstantsEx.au3>
	#include <WindowsConstants.au3>

FTPEx.au3
	#include <WinAPI.au3>

GuiButton.au3
	#include <StructureConstants.au3>

GuiComboBox.au3
	#include <WindowsConstants.au3>

GuiComboBoxEx.au3
	#include <ComboConstants.au3>
	#include <SendMessage.au3>
	#include <StructureConstants.au3>
	#include <WinAPI.au3>
	#include <WindowsConstants.au3>

GuiEdit.au3
	#include <StructureConnstants.au3>

GuiImageList.au3
	#include <WinAPIError.au3>

GuiListBox.au3
	#include <WindowsConstants.au3>
	#include <StructureConstants.au3>

GuiListView.au3
	#include <HeaderConstants.au3>
	#include <ImageListConstants.au3>

GuiRichEdit.au3
	#include <Memory.au3>

GuiStatusBar.au3
	#include <StructureConstants.au3>

GuiTab.au3
	#include <StructureConstants.au3>

Memory.au3
	#include <SecurityConstants.au3>

Misc.au3
	#include ""MemoryConstants.au3>

ScreenCapture.au3
	#include <GDIPlusConstants.au3>

SQLite.au3
	#include <SQLite.dll.au3>

WinAPI.au3
	#include <SecurityConstants.au3>

"	Bug	closed		AutoIt	Other	None	No Bug		
