summaryrefslogtreecommitdiffstats
path: root/ingen/Resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r--ingen/Resource.hpp5
1 files changed, 3 insertions, 2 deletions
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 <map>
+#include <cassert>
#include <string>
-#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,