diff options
Diffstat (limited to 'ganv/ganv.h')
-rw-r--r-- | ganv/ganv.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ganv/ganv.h b/ganv/ganv.h deleted file mode 100644 index 9a00143..0000000 --- a/ganv/ganv.h +++ /dev/null @@ -1,31 +0,0 @@ -/* This file is part of Ganv. - * Copyright 2007-2016 David Robillard <http://drobilla.net> - * - * Ganv is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License as published by the Free Software - * Foundation, either version 3 of the License, or any later version. - * - * Ganv is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. - * - * You should have received a copy of the GNU General Public License along - * with Ganv. If not, see <http://www.gnu.org/licenses/>. - */ - -#ifndef GANV_GANV_H -#define GANV_GANV_H - -#include "ganv/box.h" -#include "ganv/canvas.h" -#include "ganv/circle.h" -#include "ganv/edge.h" -#include "ganv/ganv.h" -#include "ganv/group.h" -#include "ganv/module.h" -#include "ganv/node.h" -#include "ganv/port.h" -#include "ganv/text.h" -#include "ganv/types.h" - -#endif /* GANV_GANV_H */ |