summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 21:59:55 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit9eadae8edc7a35f87499f58c3e3b9cec68f74a80 (patch)
tree5a93744513d878dc97d93d775fe92f1768f86450 /src/gui/Port.hpp
parentb0dbb8477bfd3010a2139ae2a7e0c89b3758721a (diff)
downloadingen-9eadae8edc7a35f87499f58c3e3b9cec68f74a80.tar.gz
ingen-9eadae8edc7a35f87499f58c3e3b9cec68f74a80.tar.bz2
ingen-9eadae8edc7a35f87499f58c3e3b9cec68f74a80.zip
Remove stale forward declarations
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 19212e3e..ba09cc24 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -25,10 +25,6 @@
#include <cassert>
#include <string>
-namespace Raul {
-class Atom;
-} // namespace Raul
-
namespace ingen {
class URI;