Clean header includes
This commit is contained in:
@@ -17,6 +17,20 @@
|
||||
along with KissCount. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "AccountPanel.h"
|
||||
#include "PreferencesPanel.h"
|
||||
#include "UsersDialog.h"
|
||||
#include "GenerateDialog.h"
|
||||
#include "SearchPanel.h"
|
||||
#include "StatsPanel.h"
|
||||
#include "ImportPanel.h"
|
||||
#include "ExportPanel.h"
|
||||
|
||||
#include "grid/wxMyGrid.h"
|
||||
#include "grid/wxGridCellFastBoolEditor.h"
|
||||
#include "grid/wxGridCellButtonRenderer.h"
|
||||
#include "grid/wxGridCellButtonEditor.h"
|
||||
|
||||
#include "wxUI.h"
|
||||
|
||||
enum {BUTTON_CHANGE_USER_ID=-4, BUTTON_ABOUT_ID=-5, BUTTON_QUIT_ID=-6};
|
||||
|
||||
Reference in New Issue
Block a user