Ticket #33966: gwyddion-r13351.diff
File gwyddion-r13351.diff, 5.5 KB (added by yeti@…, 13 years ago) |
---|
-
app/gwymoduleutils-file.h
22 22 #define __GWY_MODULEUTILS_FILE_H__ 23 23 24 24 #include <string.h> 25 #include <glib /gutils.h>25 #include <glib.h> 26 26 #include <libgwyddion/gwycontainer.h> 27 27 #include <libprocess/datafield.h> 28 28 -
app/gradient-editor.h
21 21 #ifndef __GWY_APP_GRADIENT_EDITOR_H__ 22 22 #define __GWY_APP_GRADIENT_EDITOR_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
app/settings.h
22 22 #define __GWY_APP_SETTINGS_H__ 23 23 24 24 #include <libgwyddion/gwycontainer.h> 25 #include <glib /gerror.h>25 #include <glib.h> 26 26 27 27 G_BEGIN_DECLS 28 28 -
app/glmaterial-editor.h
21 21 #ifndef __GWY_APP_GL_MATERIAL_EDITOR_H__ 22 22 #define __GWY_APP_GL_MATERIAL_EDITOR_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
libgwymodule/gwymoduleenums.h
21 21 #ifndef __GWY_MODULE_ENUMS_H__ 22 22 #define __GWY_MODULE_ENUMS_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
modules/file/err.h
21 21 #define __GWY_FILE_ERR_H__ 22 22 23 23 #include <errno.h> 24 #include <glib /gutils.h>24 #include <glib.h> 25 25 #include <libgwymodule/gwymodule-file.h> 26 26 27 27 /* I/O Errors */ -
modules/file/gwytiff.h
18 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 19 */ 20 20 21 #include <glib /gutils.h>21 #include <glib.h> 22 22 23 23 /* 24 24 * This is a rudimentary built-in TIFF reader. -
libgwyddion/gwyddionenums.h
21 21 #ifndef __GWYDDION_ENUMS_H__ 22 22 #define __GWYDDION_ENUMS_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
libgwyddion/gwyversion.h.in
21 21 #ifndef __GWY_VERSION_H__ 22 22 #define __GWY_VERSION_H__ 23 23 24 #include <glib /gtypes.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
libgwyddion/gwyexpr.h
21 21 #ifndef __GWY_EXPR_H__ 22 22 #define __GWY_EXPR_H__ 23 23 24 #include <glib /gerror.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
libgwyddion/gwymd5.h
24 24 #ifndef __GWY_MD5_H__ 25 25 #define __GWY_MD5_H__ 26 26 27 #include <glib /gtypes.h>27 #include <glib.h> 28 28 29 29 G_BEGIN_DECLS 30 30 -
libgwyddion/gwyserializable.c
20 20 21 21 #include "config.h" 22 22 #include <string.h> 23 #include <glib-object.h>24 #include <glib/gutils.h>25 23 26 24 #include <libgwyddion/gwymacros.h> 27 25 #include <libgwyddion/gwyutils.h> -
libdraw/gwydrawenums.h
21 21 #ifndef __GWY_DRAW_ENUMS_H__ 22 22 #define __GWY_DRAW_ENUMS_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 #include <libgwyddion/gwyenum.h> 26 26 27 27 G_BEGIN_DECLS -
libgwydgets/gwystock.h
21 21 #ifndef __GWY_STOCK_H__ 22 22 #define __GWY_STOCK_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 26 26 G_BEGIN_DECLS 27 27 -
libgwydgets/gwydgetenums.h
21 21 #ifndef __GWY_GWYDGET_ENUMS_H__ 22 22 #define __GWY_GWYDGET_ENUMS_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 #include <libgwyddion/gwyenum.h> 26 26 27 27 G_BEGIN_DECLS -
libprocess/gwyprocessenums.h
21 21 #ifndef __GWY_PROCESS_ENUMS_H__ 22 22 #define __GWY_PROCESS_ENUMS_H__ 23 23 24 #include <glib /gmacros.h>24 #include <glib.h> 25 25 #include <libgwyddion/gwyenum.h> 26 26 27 27 G_BEGIN_DECLS