summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-24 12:42:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-29 15:50:53 +0000
commit4ea2991a40d547d3c7800f862206741625a84417 (patch)
tree8e74701e5844b02919a052c111cbee6863cd910e /perf
parent96017adf652433584d2a81add601409c3a5d9cd5 (diff)
downloadcairo-4ea2991a40d547d3c7800f862206741625a84417.tar.gz
Retire dummy cairo-version.h header to fix meson subproject build
It was originally added to make bisecting easier, but has outlived its usefuleness now. Going forward we'll have just a single cairo-version.h header file, the one with the real version numbers. This is needed to fix the case where cairo is being built as a Meson subproject, but also simplifies things in general. Fixes #421
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-analyse-trace.c2
-rw-r--r--perf/cairo-perf-micro.c2
-rw-r--r--perf/cairo-perf-trace.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/perf/cairo-analyse-trace.c b/perf/cairo-analyse-trace.c
index 994148660..95b7e6664 100644
--- a/perf/cairo-analyse-trace.c
+++ b/perf/cairo-analyse-trace.c
@@ -31,8 +31,6 @@
#define _GNU_SOURCE 1 /* for sched_getaffinity() and getline() */
-#include "../cairo-version.h" /* for the real version */
-
#include "cairo-perf.h"
#include "cairo-stats.h"
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c
index d6b52c446..d8745c205 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -28,8 +28,6 @@
#define _GNU_SOURCE 1 /* for sched_getaffinity() */
-#include "../cairo-version.h" /* for the real version */
-
#include "cairo-perf.h"
#include "cairo-stats.h"
diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c
index 6483631f4..7823089ae 100644
--- a/perf/cairo-perf-trace.c
+++ b/perf/cairo-perf-trace.c
@@ -30,8 +30,6 @@
#define _GNU_SOURCE 1 /* for sched_getaffinity() and getline() */
-#include "../cairo-version.h" /* for the real version */
-
#include "cairo-missing.h"
#include "cairo-perf.h"
#include "cairo-stats.h"