rename include file per our convention.

This commit is contained in:
christos 2017-06-05 18:59:10 +00:00
parent bc884b7f07
commit 5e046fca2c

View File

@ -36,7 +36,7 @@ LINECOMMENT "//".*\n
%{
#include "dtc.h"
#include "srcpos.h"
#include "dtc-parser.tab.h"
#include "dtc-parser.h"
YYLTYPE yylloc;
extern bool treesource_error;