chiark / gitweb /
Get rid of some more unused defines and dirs
[elogind.git] / src / shared / pty.h
index a87ceb58ca347fa12917faef22c14ac3bfd71011..63c7db2833d09b931e8eba3a9ab017a65f36d8ef 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <errno.h>
 #include <stdbool.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <string.h>
 #include <unistd.h>
 
 #include "barrier.h"
 #include "macro.h"
 #include "sd-event.h"
-#include "util.h"
 
 typedef struct Pty Pty;