diff options
| author | Richard M. Stallman | 1994-06-15 03:54:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-15 03:54:06 +0000 |
| commit | 565620a54d14465fe7c2fe912a41eb7a36d93d10 (patch) | |
| tree | 394b31f26d4fe0c31d80d674398dc45979d775b2 /src/widget.c | |
| parent | c389a86d1ca88edab4675b1bd8535d405ed06d66 (diff) | |
| download | emacs-565620a54d14465fe7c2fe912a41eb7a36d93d10.tar.gz emacs-565620a54d14465fe7c2fe912a41eb7a36d93d10.zip | |
Put stdio.h after config.h.
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c index 194d23933ab..2bc5256f311 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -19,8 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 21 | 21 | ||
| 22 | #include <stdio.h> | ||
| 23 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | ||
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "xterm.h" | 25 | #include "xterm.h" |
| 26 | 26 | ||