[PATCH xorg-gtest] Update source files to use new headers

Chase Douglas chase.douglas at canonical.com
Thu May 24 07:48:56 PDT 2012


On 05/23/2012 08:13 PM, Peter Hutterer wrote:
> introduced in e1c010f23272e61c28c73aa603b477ba6fbae875
> 
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

I'm guessing I compile checked while I still had the old headers
installed in /usr/include...

> ---
>  examples/xorg-gtest-example.cpp |    2 +-
>  src/device.cpp                  |    2 +-
>  src/environment.cpp             |    4 ++--
>  src/process.cpp                 |    2 +-
>  src/test.cpp                    |    2 +-
>  src/xorg-gtest_main.cpp         |    2 +-
>  6 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/examples/xorg-gtest-example.cpp b/examples/xorg-gtest-example.cpp
> index 529fdda..1058bac 100644
> --- a/examples/xorg-gtest-example.cpp
> +++ b/examples/xorg-gtest-example.cpp
> @@ -1,4 +1,4 @@
> -#include <xorg/gtest/test.h>
> +#include <xorg/gtest/xorg-gtest_test.h>

This should be using the main header file xorg-gtest.h. I'll fix that up.

Reviewed-by: Chase Douglas <chase.douglas at canonical.com>

And applied.

Thanks!


More information about the xorg-devel mailing list