mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Removed gtkmm.h usage.
git-svn-id: svn://localhost/trunk/ardour2@70 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c71fc0272d
commit
c2c3f3177c
1 changed files with 7 additions and 1 deletions
|
|
@ -21,7 +21,13 @@
|
||||||
#ifndef __ardour_location_ui_h__
|
#ifndef __ardour_location_ui_h__
|
||||||
#define __ardour_location_ui_h__
|
#define __ardour_location_ui_h__
|
||||||
|
|
||||||
#include <gtkmm.h>
|
#include <gtkmm/box.h>
|
||||||
|
#include <gtkmm/checkbutton.h>
|
||||||
|
#include <gtkmm/button.h>
|
||||||
|
#include <gtkmm/table.h>
|
||||||
|
#include <gtkmm/entry.h>
|
||||||
|
#include <gtkmm/label.h>
|
||||||
|
|
||||||
#include <ardour/location.h>
|
#include <ardour/location.h>
|
||||||
#include <ardour/session.h>
|
#include <ardour/session.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue