Strip wx.h from color_swatch.h
This commit is contained in:
parent
1984581c46
commit
ee6c8b60ac
|
@ -24,6 +24,8 @@
|
|||
#include <kiface_i.h>
|
||||
#include <settings/app_settings.h>
|
||||
#include <widgets/color_swatch.h>
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/dcmemory.h>
|
||||
|
||||
#define ALPHA_MAX 100 // the max value returned by the alpha (opacity) slider
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <widgets/color_swatch.h>
|
||||
#include <wx/dcmemory.h>
|
||||
|
||||
#include "dialog_color_picker.h"
|
||||
#include <memory>
|
||||
|
|
|
@ -24,7 +24,13 @@
|
|||
#ifndef COLOR_SWATCH__H_
|
||||
#define COLOR_SWATCH__H_
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/statbmp.h>
|
||||
#include <wx/window.h>
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <gal/color4d.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue