mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
rename linearize.{h/c} to linearizer.{h/c} which follows the convention used in parser.c and reasoner.c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "data.h"
|
||||
#include "linearize.h"
|
||||
#include "linearizer.h"
|
||||
#include <gu/map.h>
|
||||
#include <gu/fun.h>
|
||||
#include <gu/log.h>
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <pgf/data.h>
|
||||
#include <pgf/expr.h>
|
||||
#include <pgf/reader.h>
|
||||
#include <pgf/linearize.h>
|
||||
#include <pgf/linearizer.h>
|
||||
#include <pgf/parser.h>
|
||||
#include <pgf/lexer.h>
|
||||
#include <gu/file.h>
|
||||
|
||||
Reference in New Issue
Block a user