Make local includes consistent; use double quotes for local includes

except for generated ones where we use angle brackets.
Also g/c unused compat.h.
This commit is contained in:
Todd C. Miller
2010-09-07 16:45:19 -04:00
parent 8ec596c7d9
commit 10c3bb62c4
47 changed files with 83 additions and 402 deletions

View File

@@ -17,10 +17,11 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <config.h>
#include <sys/types.h>
#include <config.h>
#include <missing.h>
#include "missing.h"
/*
* Copy src to string dst of size siz. At most siz-1 characters