summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-28 09:44:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-28 09:44:28 -0800
commitbc61ae39e0370d642d75f136c9adbd07cce1818f (patch)
treef2837bf06104c7cedce41d950d3c999de36f4452 /src/parser.h
parent4ec2c47f71a94961fc85e02baa5a9f79feff7deb (diff)
parentb01c29e07a3a007f4509e1c9c309a532b330f93a (diff)
Merge pull request #222 from nwellnhof/short_name_cleanup
Short name cleanup
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 4bbea09..bbbc3b1 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -3,7 +3,6 @@
#include <stdio.h>
#include "node.h"
-#include "references.h"
#include "buffer.h"
#ifdef __cplusplus