fd: Improve error handling of write_nonblock().
[paraslash.git] / stdout.c
index 5604fced075f5c2b24b8df622c6e0ad5c3a320dc..0f0c0e539a06f584f4a26ed88c4beb8d1d7551ba 100644 (file)
--- a/stdout.c
+++ b/stdout.c
@@ -1,14 +1,12 @@
 /*
- * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2012 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file stdout.c Functions that deal with writing to stdout. */
 
-#include <dirent.h> /* readdir() */
 #include <assert.h>
-#include <stdbool.h>
 
 #include "para.h"
 #include "list.h"