summaryrefslogtreecommitdiff
path: root/src/shared/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/pty.h')
-rw-r--r--src/shared/pty.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/pty.h b/src/shared/pty.h
index a87ceb58c..63c7db283 100644
--- a/src/shared/pty.h
+++ b/src/shared/pty.h
@@ -21,17 +21,12 @@
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;