From d744e4d421c313a3b4d786e11a311f73da19fc41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Dec 2017 09:20:16 -0500 Subject: Clean up includes in public headers --- ingen/Resource.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ingen/Resource.hpp') diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index fe3d94fa..967c3804 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -17,10 +17,9 @@ #ifndef INGEN_RESOURCE_HPP #define INGEN_RESOURCE_HPP -#include +#include #include -#include "ingen/Atom.hpp" #include "ingen/Properties.hpp" #include "ingen/URIs.hpp" #include "ingen/ingen.h" @@ -29,6 +28,8 @@ namespace Ingen { +class Atom; + /** A resource with a URI described by properties. * * This is the base class for most things in Ingen, including graphs, blocks, -- cgit v1.2.1