aboutsummaryrefslogtreecommitdiff
path: root/compat/imsg-buffer.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-07 18:58:26 +0000
committerOmar Polo <op@omarpolo.com>2024-01-07 18:58:26 +0000
commit0c5dd8ffe9c67051ce79452fcdd7465043655645 (patch)
treeeaedbc3bd0cdf6328e4ef751a9a0ab06744e53f6 /compat/imsg-buffer.c
parentebfc578491a0c59e41607c6cb58fc1c8e02f2ec3 (diff)
remove explicit #include endian.h
unfortunately that's not portable. config.h will include the right stuff however.
Diffstat (limited to 'compat/imsg-buffer.c')
-rw-r--r--compat/imsg-buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c
index e1586d1..f17eb7f 100644
--- a/compat/imsg-buffer.c
+++ b/compat/imsg-buffer.c
@@ -25,7 +25,6 @@
#include <limits.h>
#include <errno.h>
-#include <endian.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>