aboutsummaryrefslogtreecommitdiff
path: root/modules/ead.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-25 16:03:20 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-25 16:03:20 +0000
commit2994949cca515f63fb82fa1d114ce07eb213220d (patch)
treeede8633e0ea14cb2a58d01e54bf0a65ab8aff402 /modules/ead.c
parent74eb994e6809b0ccaddb19c36c76b793b8aa7989 (diff)
moved headers from externals/creb/include to externals/creb/modules to dramatically simplify build process (I discussed this with Tom, he said he would make the changes to his own source repository, this is just a copy)
svn path=/trunk/externals/creb/; revision=5126
Diffstat (limited to 'modules/ead.c')
-rw-r--r--modules/ead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ead.c b/modules/ead.c
index 37a979d..1fe09b7 100644
--- a/modules/ead.c
+++ b/modules/ead.c
@@ -19,7 +19,7 @@
#include <m_pd.h>
#include <math.h>
-#include "../include/extlib_util.h"
+#include "extlib_util.h"
/* pointer to */
t_class *ead_class;