From e0f691b1e135fd39f7a68a6d8244573d038c8485 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 3 Mar 2006 08:17:55 +0000 Subject: r13810: global data types are defined in core.h now... metze (This used to be commit c6137a1af982bd77e4b24d05e82c8621b36d0fac) --- source4/include/includes.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/include/includes.h') diff --git a/source4/include/includes.h b/source4/include/includes.h index dc71696ac7..2d685b8ba7 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -75,14 +75,6 @@ #include #endif -/* - we use struct ipv4_addr to avoid having to include all the - system networking headers everywhere -*/ -struct ipv4_addr { - uint32_t addr; -}; - /* protocol types. It assumes that higher protocols include lower protocols as subsets. FIXME: Move to one of the smb-specific headers */ enum protocol_types {PROTOCOL_NONE,PROTOCOL_CORE,PROTOCOL_COREPLUS,PROTOCOL_LANMAN1,PROTOCOL_LANMAN2,PROTOCOL_NT1}; -- cgit