]> code.delx.au - gnu-emacs/blobdiff - src/emacsgtkfixed.c
merge from trunk
[gnu-emacs] / src / emacsgtkfixed.c
index 8635ab652acfa635aabc83642c43f9ad9474369f..1e57eeb57c4dbd399ec7620dce027cb9568b2e80 100644 (file)
@@ -20,15 +20,14 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
-#include "emacsgtkfixed.h"
-#include <stdio.h>
-
 #include "lisp.h"
 #include "frame.h"
 #include "xterm.h"
 #ifdef HAVE_XWIDGETS
 #include "xwidget.h"
 #endif
+#include "emacsgtkfixed.h"
+
 /* Silence a bogus diagnostic; see GNOME bug 683906.  */
 #if 4 < __GNUC__ + (7 <= __GNUC_MINOR__)
 # pragma GCC diagnostic push