We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15b1d1 commit f52748fCopy full SHA for f52748f
include/wpe/wpe.h
@@ -34,15 +34,15 @@
34
35
#define __WPE_H_INSIDE__
36
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>
+#include "export.h"
+#include "input.h"
+#include "keysyms.h"
+#include "loader.h"
+#include "pasteboard.h"
+#include "renderer-host.h"
+#include "version.h"
+#include "version-deprecated.h"
+#include "view-backend.h"
46
47
#undef __WPE_H_INSIDE__
48
0 commit comments