]> code.delx.au - gnu-emacs/blobdiff - src/emacsgtkfixed.c
Fix docstring of format-time-string to include %F.
[gnu-emacs] / src / emacsgtkfixed.c
index 6a8c751e3060e878ab65e2907b45844c67dbbe48..44f5cde1b0b4f1a1351553e0ca02b8b72db1f3ab 100644 (file)
@@ -20,15 +20,13 @@ 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"
+#include "emacsgtkfixed.h"
 
 /* Silence a bogus diagnostic; see GNOME bug 683906.  */
-#if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__
+#if 4 < __GNUC__ + (7 <= __GNUC_MINOR__)
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored "-Wunused-local-typedefs"
 #endif