summaryrefslogtreecommitdiff
path: root/src/basic/socket-util.c
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/basic/socket-util.c
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/basic/socket-util.c')
-rw-r--r--src/basic/socket-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/socket-util.c b/src/basic/socket-util.c
index 4c1869353..1d43a48ae 100644
--- a/src/basic/socket-util.c
+++ b/src/basic/socket-util.c
@@ -33,7 +33,7 @@
#include "alloc-util.h"
#include "fd-util.h"
#include "fileio.h"
-#include "formats-util.h"
+#include "format-util.h"
#include "log.h"
#include "macro.h"
#include "missing.h"