diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-01-05 09:30:33 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-01-05 09:30:33 +0000 |
| commit | 55ef0672f77336732c2261bb24da7d94a86aefe2 (patch) | |
| tree | bd2712e08299082ffc96c88c921d136c7ed721ec /src/display/bezier-utils.cpp | |
| parent | glib/gtestutils.h is not available on gutsy, so switching to include of (diff) | |
| download | inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.tar.gz inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.zip | |
Fixing up a few more files
(bzr r4391)
Diffstat (limited to 'src/display/bezier-utils.cpp')
| -rw-r--r-- | src/display/bezier-utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/bezier-utils.cpp b/src/display/bezier-utils.cpp index 95b1a5eb1..3a9aa415f 100644 --- a/src/display/bezier-utils.cpp +++ b/src/display/bezier-utils.cpp @@ -33,7 +33,7 @@ # include <ieeefp.h> #endif -#include <glib/gtestutils.h> +#include <glib.h> // g_assert() #include <glib/gmessages.h> #include <glib/gmem.h> #include "bezier-utils.h" |
