Skip to content

Commit

Permalink
lib: Avoid a includes.h
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
  • Loading branch information
vlendec authored and jrasamba committed Dec 8, 2015
1 parent 17bc0fa commit 2bb0b47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion librpc/ndr/ndr_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "includes.h"
#include "replace.h"
#include "system/network.h"
#include "librpc/ndr/libndr.h"
#include "lib/util/util_net.h"
#include "lib/util/debug.h"

#define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs))
#define NDR_IVAL(ndr, ofs) (NDR_BE(ndr)?RIVAL(ndr->data,ofs):IVAL(ndr->data,ofs))
Expand Down

0 comments on commit 2bb0b47

Please sign in to comment.