re-order includes so prototypes get changed properly

This commit is contained in:
Mike Frysinger
2006-04-19 22:06:04 +00:00
parent 04edff8ba8
commit 80ea7ad686
3 changed files with 3 additions and 3 deletions

View File

@@ -14,10 +14,10 @@
#endif
#include <errno.h>
#include "common.h"
#include "packet.h"
#include "dhcpd.h"
#include "options.h"
#include "common.h"
void init_header(struct dhcpMessage *packet, char type)

View File

@@ -26,8 +26,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "pidfile.h"
#include "common.h"
#include "pidfile.h"
static char *saved_pidfile;

View File

@@ -41,8 +41,8 @@
#include <linux/if_ether.h>
#endif
#include "socket.h"
#include "common.h"
#include "socket.h"
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp)
{