diff options
author | Jon Cruz <jonc@osg.samsung.com> | 2015-06-15 15:37:07 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-15 17:11:09 -0700 |
commit | 4678bab13ce29b02363abfa40fd78cf94e107e8b (patch) | |
tree | e7a488c5d6daf970365771eba18c551363dad3b6 /clients/weston-info.c | |
parent | b7e07846bdbdfd57111cdf119e716ecf8b387f3c (diff) |
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 'clients/weston-info.c')
-rw-r--r-- | clients/weston-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/weston-info.c b/clients/weston-info.c index 3921f06f..0eb589d9 100644 --- a/clients/weston-info.c +++ b/clients/weston-info.c @@ -32,7 +32,7 @@ #include <wayland-client.h> -#include "../shared/os-compatibility.h" +#include "shared/os-compatibility.h" #include "presentation_timing-client-protocol.h" #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) |