Clean up includes in confirm.cpp, confirm.h

This commit is contained in:
Simon Wells 2016-01-18 00:17:56 -05:00 committed by Chris Pavlina
parent da9ca2def2
commit edc47c3f8e
2 changed files with 6 additions and 7 deletions

View File

@ -27,14 +27,12 @@
* @brief utilities to display some error, warning and info short messges * @brief utilities to display some error, warning and info short messges
*/ */
#include <fctsys.h>
#include <common.h>
#include <wx/wx.h>
#include <wx/html/htmlwin.h>
#include <wx/stockitem.h> #include <wx/stockitem.h>
#include <bitmaps.h>
#include <html_messagebox.h> #include <html_messagebox.h>
#include <dialog_exit_base.h> #include <dialog_exit_base.h>
#include <bitmaps.h>
class DIALOG_EXIT: public DIALOG_EXIT_BASE class DIALOG_EXIT: public DIALOG_EXIT_BASE
{ {

View File

@ -28,9 +28,10 @@
* @see common.h * @see common.h
*/ */
#ifndef __INCLUDE__CONFIRM_H__ #ifndef __INCLUDE__CONFIRM_H__
#define __INCLUDE__CONFIRM_H__ 1 #define __INCLUDE__CONFIRM_H__
#include <wx/window.h>
/** /**
* Function DisplayExitDialog * Function DisplayExitDialog