--- gigedit/trunk/src/gigedit/dimensionmanager.cpp 2019/02/16 19:56:56 3472 +++ gigedit/trunk/src/gigedit/dimensionmanager.cpp 2019/02/16 20:35:46 3473 @@ -18,13 +18,6 @@ */ #include "compat.h" -// threads.h must be included first to be able to build with -// G_DISABLE_DEPRECATED -#if (GLIBMM_MAJOR_VERSION == 2 && GLIBMM_MINOR_VERSION == 31 && GLIBMM_MICRO_VERSION >= 2) || \ - (GLIBMM_MAJOR_VERSION == 2 && GLIBMM_MINOR_VERSION > 31) || GLIBMM_MAJOR_VERSION > 2 -#include -#endif - #include "dimensionmanager.h" #if HAS_GTKMM_STOCK