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 4a760fa commit b6d3088Copy full SHA for b6d3088
include/wpe/wpe.h
@@ -24,7 +24,6 @@
24
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
*/
26
27
-
28
#ifdef __WEBKIT_WEB_EXTENSION_H__
29
#error "Headers <wpe/wpe.h> and <wpe/webkit-web-extension.h> cannot be included together."
30
#endif
@@ -35,16 +34,16 @@
35
34
#define __WPE_H_INSIDE__
36
37
#include "export.h"
38
-#include "input.h"
39
#include "input-xkb.h"
+#include "input.h"
40
#include "keysyms.h"
+#include "libwpe-version.h"
41
#include "loader.h"
42
#include "pasteboard.h"
43
#include "renderer-host.h"
44
-#include "view-backend.h"
45
-#include "libwpe-version.h"
46
-#include "version.h"
47
#include "version-deprecated.h"
+#include "version.h"
+#include "view-backend.h"
48
49
#undef __WPE_H_INSIDE__
50
0 commit comments