diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-05-20 05:01:27 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-05-20 05:01:27 +0000 |
| commit | 9865291b790f185d7ec2271c58e8653c9d4bb295 (patch) | |
| tree | d2599d2788944bc2e811b204bfb4e6d304571c10 /src/io/sys.cpp | |
| parent | Extension that generates an SVGFont from a set of layers with id="GlyphLayer-... (diff) | |
| download | inkscape-9865291b790f185d7ec2271c58e8653c9d4bb295.tar.gz inkscape-9865291b790f185d7ec2271c58e8653c9d4bb295.zip | |
Reinstating version bump.
(bzr r10215)
Diffstat (limited to 'src/io/sys.cpp')
| -rw-r--r-- | src/io/sys.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/io/sys.cpp b/src/io/sys.cpp index a68d02707..e6c512be2 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -19,9 +19,7 @@ #include <glib/gstdio.h> #include <glib/gutils.h> #include <glibmm/fileutils.h> -#if GLIB_CHECK_VERSION(2,6,0) - #include <glib/gstdio.h> -#endif +#include <glib/gstdio.h> #include <glibmm/ustring.h> #include <gtk/gtkmessagedialog.h> |
