remove unnecessary conf include

master
mrb 14 years ago
parent 133ceccbc5
commit 8af4ac463e

@ -1,6 +1,4 @@
/* A slog is a simple log. Basically extracted from antirez/redis. */
#include "conf.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

@ -1,8 +1,6 @@
#ifndef SLOG_H
#define SLOG_H
#include "conf.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@ -10,7 +8,6 @@
#include <sys/types.h>
#include <unistd.h>
void
slog(const char *logfile, int level, const char *body);
void slog(const char *logfile, int level, const char *body);
#endif

Loading…
Cancel
Save