Include em_label.h before em_code.h

This commit is contained in:
ceriel 1993-10-26 09:59:06 +00:00
parent c689e34fa7
commit a71ae473ac

View file

@ -10,8 +10,8 @@
#include <varargs.h> #include <varargs.h>
#include <em_arith.h> #include <em_arith.h>
#include <em_code.h>
#include <em_label.h> #include <em_label.h>
#include <em_code.h>
#include <system.h> #include <system.h>
#include "LLlex.h" #include "LLlex.h"