diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 20:44:42 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 20:44:42 -0600 |
commit | 13b8cafb7e28784f037ecd24876c225ddcf48d76 (patch) | |
tree | 8226b5414ce6f013025372bd40753b88217970d1 /lib9p/map.h | |
parent | 7a71f8ca21aea7e554e66ddd08eaed073db9c400 (diff) | |
parent | a99e18d00d2aebdb10b8e162525ecae5d107d493 (diff) |
Merge branch 'lukeshu/9p-misc'
Diffstat (limited to 'lib9p/map.h')
-rw-r--r-- | lib9p/map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib9p/map.h b/lib9p/map.h index ab9564f..c5eab0f 100644 --- a/lib9p/map.h +++ b/lib9p/map.h @@ -4,8 +4,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include "internal.h" - /** * `#define` `NAME`, `KEY_T`, `VAL_T`, and `CAP`; then `#include * "map.h". |