Fix AIX tinderbox on Seamonkey-Ports by changing order of header inclusion.

This commit is contained in:
alex.fritze%crocodile-clips.com 2004-02-08 01:47:08 +00:00
Родитель f96f808236
Коммит 4264ace072
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,12 +21,12 @@
#include "config.h"
#include "art_affine.h"
#include "art_misc.h" /* for M_PI */
#include <math.h>
#include <stdio.h> /* for sprintf */
#include <string.h> /* for strcpy */
#include "art_misc.h" /* for M_PI */
/* According to a strict interpretation of the libart structure, this
routine should go into its own module, art_point_affine. However,