diff options
Diffstat (limited to 'tests/cxx-test.cpp')
-rw-r--r-- | tests/cxx-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cxx-test.cpp b/tests/cxx-test.cpp index ac72a8b3..3fa1c20d 100644 --- a/tests/cxx-test.cpp +++ b/tests/cxx-test.cpp @@ -2,10 +2,10 @@ * and compiled in a C++ program. */ -#include <pango/pango.h> +#include <pango2/pango.h> #if PANGO_RENDERING_CAIRO -#include <pango/pangocairo.h> +#include <pango2/pangocairo.h> #endif int |