aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-08-02 03:38:01 +1000
committerGravatar axel <axel@liljencrantz.se>2007-08-02 03:38:01 +1000
commit58fd6b895a7313d466f1afc996cd7cb2c0e7d169 (patch)
treeb66738a73fcc3753441fdacaa380102fd6d3c0a1 /fish_indent.c
parentdf55e89bbb5bb382bd13ab8f1a503636e52e3568 (diff)
Minor error handling improvements and minor code polish
darcs-hash:20070801173801-ac50b-11a281d9f622e935c1f138355babd20269068f35.gz
Diffstat (limited to 'fish_indent.c')
-rw-r--r--fish_indent.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/fish_indent.c b/fish_indent.c
index 7fcfb6b7..35bd24e4 100644
--- a/fish_indent.c
+++ b/fish_indent.c
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/** \file main.c
- The main loop of <tt>fish</tt>.
+ The fish_indent proegram.
*/
#include "config.h"
@@ -26,22 +26,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <wchar.h>
#include <string.h>
-#include <unistd.h>
#include <errno.h>
#include <unistd.h>
-#include <termios.h>
-#include <fcntl.h>
-
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
-
#include <locale.h>
-#include <signal.h>
#include "fallback.h"
#include "util.h"
-
#include "common.h"
#include "wutil.h"
#include "halloc.h"