summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-08-13 16:43:42 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-08-13 16:45:38 +0200
commit49b3dc478d90a54c6b706fb1b2ff04033ba64f02 (patch)
tree69925f7f76d81cf8ceac63c943499829b80c6af8 /tests
parent4a48dd2d5dacb9a0ba8fdc357d56eb13e20680c4 (diff)
tests: Don't include deprecated Boost header files
Diffstat (limited to 'tests')
-rw-r--r--tests/test-context.cc2
-rw-r--r--tests/test-font-face.cc2
-rw-r--r--tests/test-font-options.cc2
-rw-r--r--tests/test-matrix.cc2
-rw-r--r--tests/test-scaled-font.cc2
-rw-r--r--tests/test-surface.cc2
-rw-r--r--tests/test-user-font.cc2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/test-context.cc b/tests/test-context.cc
index 4d0a959..b1b94fa 100644
--- a/tests/test-context.cc
+++ b/tests/test-context.cc
@@ -8,7 +8,7 @@
#include <cfloat>
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
using namespace boost::unit_test;
#include <cairomm/context.h>
#include <cairomm/scaledfont.h>
diff --git a/tests/test-font-face.cc b/tests/test-font-face.cc
index 9ea4ff9..7fb7247 100644
--- a/tests/test-font-face.cc
+++ b/tests/test-font-face.cc
@@ -9,7 +9,7 @@
#include <stdexcept>
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
using namespace boost::unit_test;
#include <cairomm/fontface.h>
#include <cairomm/scaledfont.h>
diff --git a/tests/test-font-options.cc b/tests/test-font-options.cc
index dfd30d0..89c225d 100644
--- a/tests/test-font-options.cc
+++ b/tests/test-font-options.cc
@@ -1,6 +1,6 @@
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
#include <cairomm/fontoptions.h>
diff --git a/tests/test-matrix.cc b/tests/test-matrix.cc
index dd8f761..895c668 100644
--- a/tests/test-matrix.cc
+++ b/tests/test-matrix.cc
@@ -1,6 +1,6 @@
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
using namespace boost::unit_test;
#include <cairomm/matrix.h>
diff --git a/tests/test-scaled-font.cc b/tests/test-scaled-font.cc
index 18cedde..a70d959 100644
--- a/tests/test-scaled-font.cc
+++ b/tests/test-scaled-font.cc
@@ -1,6 +1,6 @@
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
using namespace boost::unit_test;
#include <cairomm/scaledfont.h>
#include <iostream>
diff --git a/tests/test-surface.cc b/tests/test-surface.cc
index e173e0d..cc8ec7a 100644
--- a/tests/test-surface.cc
+++ b/tests/test-surface.cc
@@ -1,7 +1,7 @@
#include <fstream>
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
using namespace boost::unit_test;
#include <cairomm/surface.h>
using namespace Cairo;
diff --git a/tests/test-user-font.cc b/tests/test-user-font.cc
index 8f4cd1a..5f95f96 100644
--- a/tests/test-user-font.cc
+++ b/tests/test-user-font.cc
@@ -10,7 +10,7 @@
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
using namespace boost::unit_test;
#include <cairomm/fontface.h>
#include <cairomm/scaledfont.h>