summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-07 19:52:12 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-07 19:52:12 -0800
commitb83b2b28adacfc219c97e9c2feadfb11097043d4 (patch)
tree39737d69f615a82e20b71397286327e9b7fee420
parent9c595b6bb40487da41068bef43e0526a1f07f618 (diff)
downloadnasm-b83b2b28adacfc219c97e9c2feadfb11097043d4.tar.gz
asm/directiv.c: remove commented-out #include
Remove a commented-out #include mistakenly left in the file. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--asm/directiv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/directiv.c b/asm/directiv.c
index cbfdd089..e2b7519b 100644
--- a/asm/directiv.c
+++ b/asm/directiv.c
@@ -48,7 +48,6 @@
#include "float.h"
#include "stdscan.h"
#include "preproc.h"
-/* #include "parser.h" */
#include "eval.h"
#include "assemble.h"
#include "outform.h"