diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2025-12-13 11:17:09 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-12-22 09:13:47 -0700 |
| commit | 569b61137cf45521d9fd4f693cf841be485dd4b8 (patch) | |
| tree | 41851443d00b15a45d39c9079001bc10c4c4806e /vis-subprocess.h | |
| parent | 5abe94420528d3e107eceb0f3df073e8a1270191 (diff) | |
| download | vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.gz vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.xz | |
move all standard library includes into util.h
Diffstat (limited to 'vis-subprocess.h')
| -rw-r--r-- | vis-subprocess.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vis-subprocess.h b/vis-subprocess.h index 05f4dfe..3d69978 100644 --- a/vis-subprocess.h +++ b/vis-subprocess.h @@ -2,7 +2,6 @@ #define VIS_SUBPROCESS_H #include "vis-core.h" #include "vis-lua.h" -#include <sys/select.h> typedef struct Process Process; #if CONFIG_LUA |
