perf/micro: fix include order for AIX, bug#89354

This commit is contained in:
Michael Haubenwallner 2015-02-26 16:00:01 +01:00 committed by Bryce Harrington
parent 0916d580db
commit 15c427bc77
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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