Clean up includes in confirm.cpp, confirm.h
This commit is contained in:
parent
da9ca2def2
commit
edc47c3f8e
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue