aboutsummaryrefslogtreecommitdiff
path: root/compat/asprintf.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-01-25 13:49:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-01-25 13:49:01 +0000
commit3e495b4001889596ac6b148cffd1735343a1333e (patch)
tree261c29ef0ab2fd66d04a9397227effeab14de2e7 /compat/asprintf.c
parent418ab1a553f46996d3524bab5c81b2c66fa7efc6 (diff)
downloadrtmux-3e495b4001889596ac6b148cffd1735343a1333e.tar.gz
rtmux-3e495b4001889596ac6b148cffd1735343a1333e.tar.bz2
rtmux-3e495b4001889596ac6b148cffd1735343a1333e.zip
compat/* should not include tmux.h.
Diffstat (limited to 'compat/asprintf.c')
-rw-r--r--compat/asprintf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/asprintf.c b/compat/asprintf.c
index 5ed1c48c..2b53dbe2 100644
--- a/compat/asprintf.c
+++ b/compat/asprintf.c
@@ -23,8 +23,6 @@
#endif
#include <string.h>
-#include "tmux.h"
-
int
asprintf(char **ret, const char *fmt, ...)
{