commit | e5ddd26dd741a56261757c0c03d865d894623b3d | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Sun Oct 14 16:18:52 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 14 16:18:52 2001 +0000 |
tree | 0b0e038f4d17d698aac54c2f79f598e1db41bb10 | |
parent | 0dac972db16237ca83e5b9b6e50d1c618de3ceaa [diff] [blame] |
When including config.h, include it first.
diff --git a/graphics/path.c b/graphics/path.c index 025f23a..9841a8c 100644 --- a/graphics/path.c +++ b/graphics/path.c
@@ -5,10 +5,11 @@ * 1999 Huw D M Davies */ +#include "config.h" + #include <assert.h> #include <math.h> #include <string.h> -#include "config.h" #if defined(HAVE_FLOAT_H) #include <float.h> #endif