diff options
Diffstat (limited to 'src/shared/strbuf.h')
-rw-r--r-- | src/shared/strbuf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/strbuf.h b/src/shared/strbuf.h index 2347fd4328..fbc4e5f2a1 100644 --- a/src/shared/strbuf.h +++ b/src/shared/strbuf.h @@ -21,9 +21,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <stdarg.h> #include <stdint.h> -#include <stdbool.h> struct strbuf { char *buf; |