2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

does not need stddef.h, lwres/int.h or lwres/result.h

This commit is contained in:
David Lawrence
2000-06-23 03:13:26 +00:00
parent f7be916879
commit be65f56d23

View File

@@ -15,20 +15,17 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: lwres.h,v 1.37 2000/06/22 21:59:51 tale Exp $ */ /* $Id: lwres.h,v 1.38 2000/06/23 03:13:26 tale Exp $ */
#ifndef LWRES_LWRES_H #ifndef LWRES_LWRES_H
#define LWRES_LWRES_H 1 #define LWRES_LWRES_H 1
#include <stdio.h> #include <stdio.h>
#include <stddef.h>
#include <lwres/context.h> #include <lwres/context.h>
#include <lwres/int.h>
#include <lwres/lang.h> #include <lwres/lang.h>
#include <lwres/list.h> #include <lwres/list.h>
#include <lwres/lwpacket.h> #include <lwres/lwpacket.h>
#include <lwres/result.h>
/* /*
* Design notes: * Design notes: