X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3b9f782ef3949f583e8ac53795d36787f044fc3..a7689c49fe02c0c065facf736ab28b19f5997b7c:/include/wx/generic/colrdlgg.h diff --git a/include/wx/generic/colrdlgg.h b/include/wx/generic/colrdlgg.h index e1b9e4268f..d792b7aac1 100644 --- a/include/wx/generic/colrdlgg.h +++ b/include/wx/generic/colrdlgg.h @@ -9,13 +9,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __COLORDLGH_G__ -#define __COLORDLGH_G__ +#ifndef _WX_COLORDLGG_H_ +#define _WX_COLORDLGG_H_ -#include "wx/defs.h" #include "wx/gdicmn.h" #include "wx/dialog.h" -#include "wx/cmndata.h" #define wxID_ADD_CUSTOM 3000 @@ -116,4 +114,4 @@ protected: DECLARE_DYNAMIC_CLASS(wxGenericColourDialog) }; -#endif +#endif // _WX_COLORDLGG_H_