From 85567d57981448200ba2617e45d5d4d3e5721cf7 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 22 Feb 2022 19:17:41 +0800 Subject: [PATCH] ; * src/xterm.h: Fix typo in recent change. --- src/xterm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5