aboutsummaryrefslogtreecommitdiff
path: root/dpid/main.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-07-13 15:24:42 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-07-13 15:24:42 -0400
commitfad45baee35ac1801499bebfe24c53cfaff5cf67 (patch)
tree4efc8c65d1a3a52f80678fa074353ee9da4529cc /dpid/main.c
parent166f548efcab0efac6374c742fdad2c65349965f (diff)
Remove system includes for dpid
Diffstat (limited to 'dpid/main.c')
-rw-r--r--dpid/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/dpid/main.c b/dpid/main.c
index 8dc6848a..83c23f9f 100644
--- a/dpid/main.c
+++ b/dpid/main.c
@@ -15,12 +15,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <errno.h>
-#include <unistd.h>
-#include <limits.h>
-#include <sys/stat.h>
-#include <sys/time.h>
-#include <assert.h>
+#include <errno.h> /* for ckd_write */
+#include <unistd.h> /* for ckd_write */
+#include <stdlib.h> /* for exit */
+#include <assert.h> /* for assert */
+#include <sys/stat.h> /* for umask */
+
#include "dpid_common.h"
#include "dpid.h"
#include "dpi.h"