diff options
Diffstat (limited to 'src/query.c')
-rw-r--r-- | src/query.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/query.c b/src/query.c index 0d06533..fe2988f 100644 --- a/src/query.c +++ b/src/query.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2014 David Robillard <http://drobilla.net> + Copyright 2007-2015 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <assert.h> #include <limits.h> #include <stdlib.h> #include <string.h> |