]> git.saurik.com Git - apple/libc.git/blobdiff - include/libc.h
Libc-1353.100.2.tar.gz
[apple/libc.git] / include / libc.h
index 149d26740f0a4f623e4c5d791434e733d907420f..78809866689b2ffb52cbde4c00ce747e432f10a6 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -30,7 +28,6 @@
 #define _LIBC_H
 
 #include <stdio.h>
-#include <standards.h>
 #include <unistd.h>
 
 #ifdef __STRICT_BSD__
 #include <stdarg.h>
 #endif
 
+#include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <sys/time.h>
 #include <sys/times.h>
 #include <sys/resource.h>
-#include <sys/param.h>
 #include <signal.h>
 #include <sys/time.h>
 #include <sys/stat.h>