summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-05-24 13:13:28 +1000
committerChase Douglas <chase.douglas@canonical.com>2012-05-24 07:47:14 -0700
commit6a1174b8cdfc2079dd72209f49197d7a9c6555f1 (patch)
tree21cec2f741236dbc9e824c4cd95d7658f794722e /examples
parente1c010f23272e61c28c73aa603b477ba6fbae875 (diff)
Update source files to use new headers
introduced in e1c010f23272e61c28c73aa603b477ba6fbae875 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/xorg-gtest-example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xorg-gtest-example.cpp b/examples/xorg-gtest-example.cpp
index 529fdda..6a2f662 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.h>
using namespace xorg::testing;