Fix build on Windows by removing include of a missing header file

That was a mistake made when backporting a feature from GIMP3,
see https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/755
This commit is contained in:
Luca Bacci
2022-10-11 15:03:59 +02:00
parent 555efb528d
commit 11e063e416

View File

@ -23,7 +23,6 @@
#include "gimpwidgetstypes.h"
#include "gimppickbutton.h"
#include "gimppickbutton-private.h"
#include "gimppickbutton-win32.h"
#include <sdkddkver.h>