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/Atom.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ingen/Atom.hpp') diff --git a/ingen/Atom.hpp b/ingen/Atom.hpp index 4015e59e..27b17fa2 100644 --- a/ingen/Atom.hpp +++ b/ingen/Atom.hpp @@ -19,9 +19,9 @@ #include #include +#include #include #include -#include #include "ingen/ingen.h" #include "lv2/lv2plug.in/ns/ext/atom/atom.h" @@ -29,8 +29,6 @@ namespace Ingen { -class Forge; - /** A generic typed data container. @@ -156,8 +154,6 @@ public: } private: - friend class Forge; - /** Free dynamically allocated value, if applicable. */ inline void dealloc() { if (is_reference()) { -- cgit v1.2.1