]> code.delx.au - gnu-emacs/blobdiff - src/emacsgtkfixed.c
Fix docstring of format-time-string to include %F.
[gnu-emacs] / src / emacsgtkfixed.c
index 8b19d89f3a0d78688b82e913c67e33a30c613ebb..44f5cde1b0b4f1a1351553e0ca02b8b72db1f3ab 100644 (file)
@@ -20,12 +20,10 @@ 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 4 < __GNUC__ + (7 <= __GNUC_MINOR__)