Don't prepend protocol/ to include paths
No need to add protocol/, as it's already handled by an explicit compiler include path. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Dima Ryazanov <dima@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "compositor.h"
|
||||
#include "zalloc.h"
|
||||
#include "protocol/xdg-shell-unstable-v5-server-protocol.h"
|
||||
#include "xdg-shell-unstable-v5-server-protocol.h"
|
||||
|
||||
#include "libweston-desktop.h"
|
||||
#include "internal.h"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "compositor.h"
|
||||
#include "zalloc.h"
|
||||
#include "protocol/xdg-shell-unstable-v6-server-protocol.h"
|
||||
#include "xdg-shell-unstable-v6-server-protocol.h"
|
||||
|
||||
#include "libweston-desktop.h"
|
||||
#include "internal.h"
|
||||
|
||||
Reference in New Issue
Block a user