mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Update gtkmm -> ytkmm header location (omnibus commit)
This commit is contained in:
parent
233fc890de
commit
000c25edcc
979 changed files with 2899 additions and 2899 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue