Removed unneeded includes from newconf.h

This commit is contained in:
Valery Yatsko 2008-07-28 23:14:51 +04:00
parent 6fce54ff82
commit adc7be98fc
2 changed files with 16 additions and 14 deletions

View file

@ -6,12 +6,6 @@
#ifndef _NEWCONF_H_INCLUDED
#define _NEWCONF_H_INCLUDED
#include <sys/types.h>
#include <stdio.h>
#include "client.h"
struct ConfEntry
{
const char *cf_name;