summaryrefslogtreecommitdiff
path: root/tests/surface-global-test.c
diff options
context:
space:
mode:
authorJon Cruz <jonc@osg.samsung.com>2015-06-15 15:37:07 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-06-15 17:11:09 -0700
commit4678bab13ce29b02363abfa40fd78cf94e107e8b (patch)
treee7a488c5d6daf970365771eba18c551363dad3b6 /tests/surface-global-test.c
parentb7e07846bdbdfd57111cdf119e716ecf8b387f3c (diff)
downloadweston-4678bab13ce29b02363abfa40fd78cf94e107e8b.tar.gz
Remove redundant #include path component.
Using the parent '../' path component in #include statements makes the codebase more rigid and is redundant due to proper -I use. Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'tests/surface-global-test.c')
-rw-r--r--tests/surface-global-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/surface-global-test.c b/tests/surface-global-test.c
index 919e9efd..11b2455d 100644
--- a/tests/surface-global-test.c
+++ b/tests/surface-global-test.c
@@ -27,7 +27,7 @@
#include <assert.h>
-#include "../src/compositor.h"
+#include "src/compositor.h"
static void
surface_to_from_global(void *data)