]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Sun, 1 Jan 2017 20:05:12 +0000 (20:05 +0000)
committerRalph Boehme <slow@samba.org>
Sun, 22 Jan 2017 17:30:11 +0000 (18:30 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/util/server_id.c

index f8c9a53062c979317dba0f605c72b9b3d986e5aa..2904e80319684b2a70e40d0d9d77542333ec5239 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
+#include "lib/util/debug.h"
+#include "lib/util/fault.h"
 #include "lib/util/server_id.h"
+#include "lib/util/byteorder.h"
 #include "librpc/gen_ndr/server_id.h"
 
 bool server_id_same_process(const struct server_id *p1,