X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellrendererspinner.c;h=35f87609324959ba2ef589aea969966e2aa141ca;hb=32aa7f0582febb614c41e4130ad34ac44ef6efd2;hp=9f925154d63021254b7cc6fa7635f8a6e26acbee;hpb=d9fcc4c630f3668dd014c258c2deb22d61e438d0;p=~andy%2Fgtk diff --git a/gtk/gtkcellrendererspinner.c b/gtk/gtkcellrendererspinner.c index 9f925154d..35f876093 100644 --- a/gtk/gtkcellrendererspinner.c +++ b/gtk/gtkcellrendererspinner.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -32,8 +30,16 @@ #include "gtkcellrendererspinner.h" #include "gtkiconfactory.h" #include "gtkicontheme.h" -#include "gtktypebuiltins.h" #include "gtkintl.h" +#include "gtksettings.h" +#include "gtktypebuiltins.h" + +#undef GDK_DEPRECATED +#undef GDK_DEPRECATED_FOR +#define GDK_DEPRECATED +#define GDK_DEPRECATED_FOR(f) + +#include "deprecated/gtkstyle.h" /**