mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Move version strings to a separate header
Move version strings to a separate header, instead of needing to include nasm.h in places where it probably really doesn't belong. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
#include "nasmlib.h"
|
||||
#include "stdscan.h"
|
||||
#include "eval.h"
|
||||
#include "ver.h"
|
||||
|
||||
#include "output/outform.h"
|
||||
#include "output/outlib.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user