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

@ -24,15 +24,15 @@
#pragma once
#include <gtkmm/button.h>
#include <gtkmm/checkbutton.h>
#include <gtkmm/comboboxtext.h>
#include <gtkmm/entry.h>
#include <gtkmm/liststore.h>
#include <gtkmm/notebook.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/treemodel.h>
#include <gtkmm/treeview.h>
#include <ytkmm/button.h>
#include <ytkmm/checkbutton.h>
#include <ytkmm/comboboxtext.h>
#include <ytkmm/entry.h>
#include <ytkmm/liststore.h>
#include <ytkmm/notebook.h>
#include <ytkmm/scrolledwindow.h>
#include <ytkmm/treemodel.h>
#include <ytkmm/treeview.h>
#include "widgets/ardour_button.h"
#include "widgets/ardour_dropdown.h"