Change all modules to use neostats.h
This commit is contained in:
parent
dce206cc0f
commit
935378892c
3 changed files with 3 additions and 10 deletions
5
opsb.c
5
opsb.c
|
@ -28,11 +28,8 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <arpa/nameser.h>
|
||||
#include "dl.h"
|
||||
#include "stats.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "opsb.h"
|
||||
#include "log.h"
|
||||
|
||||
void reportdns(char *data, adns_answer *a);
|
||||
void dnsblscan(char *data, adns_answer *a);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
** $Id$
|
||||
*/
|
||||
|
||||
#include "stats.h"
|
||||
#include "neostats.h"
|
||||
|
||||
const char opsb_help_info_oneline[] = "Information about opsb";
|
||||
const char opsb_help_status_oneline[] = "View opsb state information";
|
||||
|
|
6
proxy.c
6
proxy.c
|
@ -30,12 +30,8 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <arpa/nameser.h>
|
||||
#include <fcntl.h>
|
||||
#include "dl.h"
|
||||
#include "stats.h"
|
||||
#include "neostats.h"
|
||||
#include "opsb.h"
|
||||
#include "log.h"
|
||||
#include "conf.h"
|
||||
#include "opm.h"
|
||||
#include "opm_types.h"
|
||||
#include "opm_error.h"
|
||||
|
|
Reference in a new issue