Update gtkmm -> ytkmm header location (omnibus commit)

This commit is contained in:
Robin Gareus 2025-02-01 15:15:02 +01:00
parent 233fc890de
commit 000c25edcc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
979 changed files with 2899 additions and 2899 deletions

View file

@ -2,13 +2,13 @@
//Include this before the other headers, such as container.h,
//so that the undef is used.
#include <gtkmm/box.h>
#include <ytkmm/box.h>
#include <glibmm.h>
#include <gtkmm/bin.h>
#include <gtkmm/private/bin_p.h>
#include <ytkmm/bin.h>
#include <ytkmm/private/bin_p.h>
// -*- c++ -*-
@ -33,10 +33,10 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <gtkmm/box.h>
#include <gtkmm/adjustment.h>
#include <gtkmm/label.h>
#include <gtkmm/image.h>
#include <ytkmm/box.h>
#include <ytkmm/adjustment.h>
#include <ytkmm/label.h>
#include <ytkmm/image.h>
#include <ytk/ytk.h>
namespace Gtk