style: rename print_graph.* as print-graph.*

These are the only files with _.

* src/print_graph.h, src/print_graph.c: Rename as...
* src/print-graph.h, src/print-graph.c: these.
This commit is contained in:
Akim Demaille
2019-01-23 19:32:02 +01:00
parent e85ab7ac9b
commit c3c50c0030
6 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,6 @@
#include <config.h>
#include "system.h"
#include "output.h"
#include <argmatch.h>
#include <c-strcase.h>
@@ -28,12 +27,13 @@
#include <error.h>
#include <getopt.h>
#include <progname.h>
#include <quote.h>
#include "complain.h"
#include "files.h"
#include "getargs.h"
#include "muscle-tab.h"
#include "quote.h"
#include "output.h"
#include "uniqstr.h"
bool defines_flag = false;