Various cleanups I made while going through Erik Hovland's patch submissions,
[oweals/busybox.git] / networking / udhcp / pidfile.c
index d656c7ad0ee2e85a8588d15b404a914450f3db72..7a956fb47f9632ebb27543f004dc290af84f671b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Functions to assist in the writing and removing of pidfiles.
  *
- * Russ Dill <Russ.Dill@asu.edu> Soptember 2001
+ * Russ Dill <Russ.Dill@asu.edu> September 2001
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,8 +26,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "pidfile.h"
 #include "common.h"
+#include "pidfile.h"
 
 static char *saved_pidfile;