Rerouted some dependancies on gtk-mm

This commit is contained in:
Joel Holdsworth 2008-08-16 12:38:35 +01:00
parent 9760b0fff0
commit 39bd8aac74
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
#ifndef HEADER_CONTAINER_HPP
#define HEADER_CONTAINER_HPP
#include <gtkmm.h>
#include "../../gtk-lumiera.hpp"
#include <vector>
namespace lumiera {

View file

@ -26,7 +26,7 @@
#ifndef TRACK_HPP
#define TRACK_HPP
#include <gtkmm.h>
#include "../../gtk-lumiera.hpp"
namespace lumiera {
namespace gui {