Browse Source

reorder the header file

pull/465/head
Max Lv 9 years ago
parent
commit
6a6c128c42
1 changed files with 4 additions and 4 deletions
  1. 8
      src/utils.c

8
src/utils.c

@ -20,6 +20,10 @@
* <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
@ -31,10 +35,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "utils.h"
#ifdef HAVE_SETRLIMIT

Loading…
Cancel
Save