aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 0e2f9dae..64f68f3a 100644
--- a/parser.c
+++ b/parser.c
@@ -36,7 +36,6 @@ The fish parser. Contains functions for parsing code.
#include "env_universal.h"
#include "event.h"
#include "translate.h"
-#include "msgnrs.h"
/** Length of the lineinfo string used for describing the current tokenizer position */
#define LINEINFO_SIZE 128