On 05/23/2012 08:13 PM, Peter Hutterer wrote: > introduced in e1c010f23272e61c28c73aa603b477ba6fbae875 > > Signed-off-by: Peter Hutterer <[email protected]>
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 <[email protected]> And applied. Thanks! _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
