summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-18 17:39:01 +0100
committerAndrew Bartlett <abartlet@samba.org>2020-02-21 02:09:33 +0000
commit7ab1156b1e409e0b2fae55dddc45c0c280d40de1 (patch)
tree6239b806321af9d0b96e4fccc0e50aea594c529f
parent5268c83a4802d3f44850fe5b78b016682690540d (diff)
downloadsamba-7ab1156b1e409e0b2fae55dddc45c0c280d40de1.tar.gz
librpc:ndr: Remove byteorder.h from libndr.h
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index c2c7e263049..8d407c40e43 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -27,7 +27,6 @@
#include <talloc.h>
#include "../lib/util/discard.h" /* for discard_const */
-#include "../lib/util/byteorder.h"
#include "../lib/util/data_blob.h"
#include "../lib/util/time.h"
#include "../lib/util/charset/charset.h"