From: Po Lu Date: Tue, 22 Feb 2022 11:17:41 +0000 (+0800) Subject: ; * src/xterm.h: Fix typo in recent change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2597 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=85567d57981448200ba2617e45d5d4d3e5721cf7;p=emacs.git ; * src/xterm.h: Fix typo in recent change. --- diff --git a/src/xterm.h b/src/xterm.h index e2256ce2dfb..7303565ec2a 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -32,6 +32,10 @@ along with GNU Emacs. If not, see . */ #include #include +#ifdef HAVE_XINPUT2 +#include +#endif + #ifdef USE_X_TOOLKIT #include #include /* CoreP.h needs this */ @@ -42,10 +46,6 @@ along with GNU Emacs. If not, see . */ #include #endif -#ifdef HAVE_XINPUT2 -#include -#endif - typedef Widget xt_or_gtk_widget; #endif