mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-03 12:30:26 +01:00
perf/micro: fix include order for AIX, bug#89354
This commit is contained in:
parent
0916d580db
commit
15c427bc77
4 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,8 @@
|
|||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include "cairo-perf.h"
|
||||
#include <assert.h>
|
||||
|
||||
#define STEP 5
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include "cairo-perf.h"
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
#define STEP 5
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
* presents a somewhat realistic use-case (although the RADIALS_COUNT
|
||||
* isn't very realistic).
|
||||
*/
|
||||
#include <time.h>
|
||||
#include "cairo-perf.h"
|
||||
#include <time.h>
|
||||
|
||||
#define RADIALS_COUNT (10000)
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include "cairo-perf.h"
|
||||
#include <assert.h>
|
||||
|
||||
#define MAX_SEGMENTS 2560
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue