Change all modules to use neostats.h

This commit is contained in:
Mark 2004-03-08 22:17:03 +00:00
parent dce206cc0f
commit 935378892c
3 changed files with 3 additions and 10 deletions

5
opsb.c
View file

@ -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);

View file

@ -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";

View file

@ -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"