From 227a789351acd600d4cde15df9e6b3d106e862c1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Mar 2006 00:37:05 +0000 Subject: r14362: Only include ndr_compression.h when necessary. (This used to be commit 4fced6dbbdc06233e5cf69f90c099fafee9baa34) --- source4/include/includes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/include') diff --git a/source4/include/includes.h b/source4/include/includes.h index b613a18633..81105d227d 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -125,9 +125,6 @@ enum brl_type { #include "libcli/nbt/libnbt.h" #include "libcli/util/proto.h" -/* FIXME: This header should be included by pidl where necessary */ -#include "librpc/ndr/ndr_compression.h" - #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) -- cgit