2 * Copyright (C) 2007-2010 Gary Kramlich <grim@reaperworld.com>
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
22 #include <gplate/gplate-collection.h>
23 #include <gplate/gplate-config.h>
24 #include <gplate/gplate-errors.h>
25 #include <gplate/gplate-function.h>
26 #include <gplate/gplate-iterator.h>
27 #include <gplate/gplate-library.h>
28 #include <gplate/gplate-tag.h>
29 #include <gplate/gplate-template.h>
30 #include <gplate/gplate-util.h>
31 #include <gplate/gplate-variable.h>
33 #include <gplate/functions/gplate-for-function.h>
34 #include <gplate/functions/gplate-include-function.h>
35 #include <gplate/functions/gplate-noop-function.h>
36 #include <gplate/functions/gplate-print-function.h>
37 #include <gplate/functions/gplate-text-function.h>
39 #include <gplate/tags/gplate-code-tag.h>
40 #include <gplate/tags/gplate-comment-tag.h>
41 #include <gplate/tags/gplate-text-tag.h>
42 #include <gplate/tags/gplate-variable-tag.h>
44 #include <gplate/variables/gplate-dictionary-variable.h>
45 #include <gplate/variables/gplate-directory-variable.h>
46 #include <gplate/variables/gplate-file-variable.h>
47 #include <gplate/variables/gplate-object-variable.h>