aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fish_indent.cpp')
-rw-r--r--fish_indent.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/fish_indent.cpp b/fish_indent.cpp
index 22934e9e..59efbd1e 100644
--- a/fish_indent.cpp
+++ b/fish_indent.cpp
@@ -25,15 +25,20 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#include <stdio.h>
#include <wchar.h>
#include <vector>
-#include <map>
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
-
+#include <assert.h>
+#include <locale.h>
+#include <stddef.h>
+#include <string>
+
+#include "color.h"
+#include "highlight.h"
+#include "parse_constants.h"
#include "wutil.h"
#include "common.h"
#include "output.h"
-#include "screen.h"
#include "env.h"
#include "input.h"
#include "parse_tree.h"