Skip to content

Commit f52748f

Browse files
philnaperezdc
authored andcommitted
wpe.h: Switch to quoted includes
Bracketed headers can conflict with WPEBackend-fdo headers which shares the same wpe/ prefix.
1 parent f15b1d1 commit f52748f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

include/wpe/wpe.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434

3535
#define __WPE_H_INSIDE__
3636

37-
#include <wpe/export.h>
38-
#include <wpe/input.h>
39-
#include <wpe/keysyms.h>
40-
#include <wpe/loader.h>
41-
#include <wpe/pasteboard.h>
42-
#include <wpe/renderer-host.h>
43-
#include <wpe/version.h>
44-
#include <wpe/version-deprecated.h>
45-
#include <wpe/view-backend.h>
37+
#include "export.h"
38+
#include "input.h"
39+
#include "keysyms.h"
40+
#include "loader.h"
41+
#include "pasteboard.h"
42+
#include "renderer-host.h"
43+
#include "version.h"
44+
#include "version-deprecated.h"
45+
#include "view-backend.h"
4646

4747
#undef __WPE_H_INSIDE__
4848

0 commit comments

Comments
 (0)