зеркало из https://github.com/mozilla/gecko-dev.git
Fix AIX tinderbox on Seamonkey-Ports by changing order of header inclusion.
This commit is contained in:
Родитель
f96f808236
Коммит
4264ace072
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче