mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-30 22:51:36 +08:00
Proper order for #includes
darcs-hash:20051005095800-ac50b-483cefa796b4e08ee4c2a85d0f841860e87b31d9.gz
This commit is contained in:
parent
fabb20dd33
commit
921f0f02c3
4
common.c
4
common.c
|
@ -3,6 +3,9 @@
|
|||
Various functions, mostly string utilities, that are used by most
|
||||
parts of fish.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <termios.h>
|
||||
#include <wchar.h>
|
||||
|
@ -39,7 +42,6 @@ parts of fish.
|
|||
#include <term.h>
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include "util.h"
|
||||
#include "wutil.h"
|
||||
#include "common.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user