summaryrefslogtreecommitdiff
path: root/src/print-graph.c
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-01-24 08:32:39 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-01-26 16:21:35 +0100
commit83463dfbee32f0d289a6fcfc2cf7801f5a910c82 (patch)
treed9c1c0cd4e82fb30829a4cb9a37bc8924d9e3ccc /src/print-graph.c
parentc3c50c00302e250c07b1b5b4fa2f00d650084a9f (diff)
downloadbison-83463dfbee32f0d289a6fcfc2cf7801f5a910c82.tar.gz
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.
Diffstat (limited to 'src/print-graph.c')
-rw-r--r--src/print-graph.c2
1 files changed, 1 insertions, 1 deletions
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 <config.h>
#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"