libseat: Remove unused stdarg.h import

This commit is contained in:
Kenny Levinsen 2020-08-03 00:57:34 +02:00
parent 3a5c17f911
commit 4f4a17a2bd

View file

@ -1,8 +1,6 @@
#ifndef _LIBSEAT_H
#define _LIBSEAT_H
#include <stdarg.h>
/*
* An opaque struct containing an opened seat, created by libseat_open-seat and
* destroyed by libseat_close_seat.