summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/ConnectionEvent.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-18 19:39:10 +0000
committerDavid Robillard <d@drobilla.net>2006-06-18 19:39:10 +0000
commitd2042e04de9ba3ab962890d228ad2adf84a0d728 (patch)
treea7c0b2565288c1270432f1ea0db55458b2874d1a /src/libs/engine/events/ConnectionEvent.h
parent36f1e2ea3d2c7d20d8fa267a3a66438044e99e8e (diff)
downloadingen-d2042e04de9ba3ab962890d228ad2adf84a0d728.tar.gz
ingen-d2042e04de9ba3ab962890d228ad2adf84a0d728.tar.bz2
ingen-d2042e04de9ba3ab962890d228ad2adf84a0d728.zip
Fixed missing file/broken includes for types.h
git-svn-id: http://svn.drobilla.net/lad/grauph@57 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/ConnectionEvent.h')
-rw-r--r--src/libs/engine/events/ConnectionEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/ConnectionEvent.h b/src/libs/engine/events/ConnectionEvent.h
index 8aaf2292..369a3903 100644
--- a/src/libs/engine/events/ConnectionEvent.h
+++ b/src/libs/engine/events/ConnectionEvent.h
@@ -20,7 +20,7 @@
#include <string>
#include "QueuedEvent.h"
#include "util/Path.h"
-#include "util/types.h"
+#include "types.h"
using std::string;
template <typename T> class ListNode;