summaryrefslogtreecommitdiff
path: root/erts/include/internal/erl_printf_format.h
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2020-02-20 02:20:00 +0100
committerRickard Green <rickard@erlang.org>2020-02-20 02:37:30 +0100
commit01a6d629041681ac0172aa2af62bfc6a63800662 (patch)
tree1c1274d4d600ba3401b869f547f94ed9b94a019d /erts/include/internal/erl_printf_format.h
parente3cbbb6e83bdc3db5846f26366c6a52299281580 (diff)
downloaderlang-01a6d629041681ac0172aa2af62bfc6a63800662.tar.gz
Remove remaining VxWorks support
Diffstat (limited to 'erts/include/internal/erl_printf_format.h')
-rw-r--r--erts/include/internal/erl_printf_format.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/include/internal/erl_printf_format.h b/erts/include/internal/erl_printf_format.h
index 56ec032bd1..27fe914caa 100644
--- a/erts/include/internal/erl_printf_format.h
+++ b/erts/include/internal/erl_printf_format.h
@@ -21,10 +21,6 @@
#ifndef ERL_PRINTF_FORMAT_H__
#define ERL_PRINTF_FORMAT_H__
-#ifdef VXWORKS
-#include <vxWorks.h>
-#endif
-
#include <sys/types.h>
#include <stdarg.h>
#include <stdlib.h>