1 /* LIBGIMP - The GIMP Library
2  * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
3  *
4  * This library is free software: you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 3 of the License, or (at your option) any later version.
8  *
9  * This library 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 GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library.  If not, see
16  * <https://www.gnu.org/licenses/>.
17  */
18 
19 #ifndef __GIMP_CONFIG_H__
20 #define __GIMP_CONFIG_H__
21 
22 #define __GIMP_CONFIG_H_INSIDE__
23 
24 #include <libgimpconfig/gimpconfigtypes.h>
25 
26 #include <libgimpconfig/gimpconfigwriter.h>
27 #include <libgimpconfig/gimpconfig-iface.h>
28 #include <libgimpconfig/gimpconfig-error.h>
29 #include <libgimpconfig/gimpconfig-serialize.h>
30 #include <libgimpconfig/gimpconfig-deserialize.h>
31 #include <libgimpconfig/gimpconfig-utils.h>
32 #include <libgimpconfig/gimpconfig-params.h>
33 #include <libgimpconfig/gimpconfig-path.h>
34 #include <libgimpconfig/gimpscanner.h>
35 
36 #include <libgimpconfig/gimpcolorconfig.h>
37 
38 #undef __GIMP_CONFIG_H_INSIDE__
39 
40 #endif  /* __GIMP_CONFIG_H__ */
41