From 83463dfbee32f0d289a6fcfc2cf7801f5a910c82 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 24 Jan 2019 08:32:39 +0100 Subject: style: rename LR0.* as lr0.* Let's stick to lower case for file names. * src/LR0.h, src/LR0.c: Rename as... * src/lr0.h, src/lr0.c: these. --- src/print-graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/print-graph.c') diff --git a/src/print-graph.c b/src/print-graph.c index 81280afc..302c7f72 100644 --- a/src/print-graph.c +++ b/src/print-graph.c @@ -21,7 +21,6 @@ #include #include "system.h" -#include "LR0.h" #include "closure.h" #include "complain.h" #include "conflicts.h" @@ -30,6 +29,7 @@ #include "gram.h" #include "graphviz.h" #include "lalr.h" +#include "lr0.h" #include "print-graph.h" #include "reader.h" #include "state.h" -- cgit v1.2.1