1
0
forked from GitHub/gf-core

rename linearize.{h/c} to linearizer.{h/c} which follows the convention used in parser.c and reasoner.c

This commit is contained in:
kr.angelov
2012-12-19 09:17:24 +00:00
parent 490a3f2286
commit a28ccc965c
6 changed files with 6 additions and 6 deletions

View File

@@ -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>