]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove an #include "includes.h"
authorVolker Lendecke <vl@samba.org>
Fri, 26 Sep 2025 11:52:14 +0000 (13:52 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 29 Sep 2025 07:13:32 +0000 (07:13 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/lib/serverid.c

index 70739c79d2fb08492905cbd8c0ee223146864e98..45b1fc97382cecdcbcfce8c342696e82e5af1a52 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
+#include "lib/util/samba_util.h"
 #include "lib/util/server_id.h"
+#include "source3/lib/util_procid.h"
+#include "source3/param/param_proto.h"
 #include "serverid.h"
-#include "lib/param/param.h"
 #include "ctdbd_conn.h"
 #include "lib/messages_ctdb.h"
 #include "lib/messaging/messages_dgm.h"