summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-11-07 10:14:59 -0500
committerSven Eden <yamakuzure@gmx.net>2017-07-17 17:58:35 +0200
commit036174b578f4c18fd2fefb9f5d87791ea2e01b5d (patch)
treea8be8c9cdb8fce4649dbd5a5a5685eca6ac86ded /src/shared
parentee3f331e539dc37e88e558583c8a9a7a2383f5e0 (diff)
Rename formats-util.h to format-util.h
We don't have plural in the name of any other -util files and this inconsistency trips me up every time I try to type this file name from memory. "formats-util" is even hard to pronounce.
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/clean-ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/clean-ipc.c b/src/shared/clean-ipc.c
index 8c60bdc1f..ba48fb0ec 100644
--- a/src/shared/clean-ipc.c
+++ b/src/shared/clean-ipc.c
@@ -36,7 +36,7 @@
#include "dirent-util.h"
#include "fd-util.h"
#include "fileio.h"
-#include "formats-util.h"
+#include "format-util.h"
#include "log.h"
#include "macro.h"
#include "string-util.h"